common: Move plugins to their own sub-directory
[deliverable/tracecompass.git] / org.eclipse.tracecompass.statesystem.core / src / org / eclipse / tracecompass / statesystem / core / StateSystemFactory.java
index 230b564557d8e38020bf4bda1d341102e09936fe..da8aa16ebeb7b728726e3d73679dfac47e4187b6 100644 (file)
@@ -26,7 +26,6 @@ import org.eclipse.tracecompass.statesystem.core.backend.IStateHistoryBackend;
  * instantiate new ones.
  *
  * @author Alexandre Montplaisir
- * @since 3.0
  */
 @NonNullByDefault
 public final class StateSystemFactory {
@@ -40,6 +39,7 @@ public final class StateSystemFactory {
      * @param backend
      *            Back-end plugin to use
      * @return The new state system
+     * @since 1.0
      */
    public static ITmfStateSystemBuilder newStateSystem(IStateHistoryBackend backend) {
        return new StateSystem(backend);
@@ -57,6 +57,7 @@ public final class StateSystemFactory {
      * @return The new state system
      * @throws IOException
      *             If there was a problem creating the new history file
+     * @since 1.0
      */
     public static ITmfStateSystemBuilder newStateSystem(IStateHistoryBackend backend,
             boolean newFile) throws IOException {
This page took 0.024806 seconds and 5 git commands to generate.