analysis: Move plugins to their own sub-directory
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / tmf / ui / project / model / TmfAnalysisElement.java
index 0070f267ebb80d86326c647effb4f7a7eab01162..485196d80a5f59a5130d0167479147d416497c1f 100644 (file)
@@ -35,7 +35,6 @@ import org.osgi.framework.Bundle;
  * Class for project elements of type analysis modules
  *
  * @author Geneviève Bastien
- * @since 3.0
  */
 public class TmfAnalysisElement extends TmfProjectModelElement implements ITmfStyledProjectModelElement {
 
@@ -60,6 +59,7 @@ public class TmfAnalysisElement extends TmfProjectModelElement implements ITmfSt
      *            Parent of the analysis
      * @param module
      *            The analysis module helper
+     * @since 1.0
      */
     protected TmfAnalysisElement(String name, IResource resource, ITmfProjectModelElement parent, @NonNull IAnalysisModuleHelper module) {
         super(name, resource, parent);
This page took 0.026844 seconds and 5 git commands to generate.