Fix missing @since's and bump corresponding versions
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / tmf / ui / widgets / rawviewer / TmfRawEventViewer.java
index ba58804661fa4e3b24e989c468c2ba49f13baa90..74d61a0867056c72a8d2a11900543a1c375666b0 100644 (file)
@@ -217,7 +217,7 @@ public class TmfRawEventViewer extends Composite implements ControlListener, Sel
 
     /**
      * Initialize the colors.
-     * @since 1.0
+     * @since 2.0
      */
     protected void initializeColors() {
         ColorRegistry colorRegistry = PlatformUI.getWorkbench().getThemeManager().getCurrentTheme().getColorRegistry();
@@ -879,14 +879,14 @@ public class TmfRawEventViewer extends Composite implements ControlListener, Sel
     // ------------------------------------------------------------------------
 
     /**
-     * @since 1.0
+     * @since 2.0
      */
     @Override
     public void mouseDown(MouseEvent e) {
     }
 
     /**
-     * @since 1.0
+     * @since 2.0
      */
     @Override
     public void mouseUp(MouseEvent e) {
@@ -908,7 +908,7 @@ public class TmfRawEventViewer extends Composite implements ControlListener, Sel
     }
 
     /**
-     * @since 1.0
+     * @since 2.0
      */
     @Override
     public void mouseDoubleClick(MouseEvent e) {
This page took 0.025119 seconds and 5 git commands to generate.