Temporary fix API version for Kepler
authorPatrick Tasse <patrick.tasse@gmail.com>
Tue, 23 Oct 2012 14:53:41 +0000 (10:53 -0400)
committerPatrick Tasse <patrick.tasse@gmail.com>
Tue, 23 Oct 2012 14:53:41 +0000 (10:53 -0400)
Change-Id: I276488d50b554f065d8060adcf0ec5133714dce5

org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/widgets/timegraph/widgets/TimeGraphControl.java

index 6ac539156d01377448fb9cf76fcbad1618df0b3d..79c5f703de40fa4d06f25318aede44f8baeb3371 100644 (file)
@@ -497,7 +497,7 @@ public class TimeGraphControl extends TimeGraphBaseControl implements FocusListe
      * Add a menu listener on {@link ITimeGraphEntry}s
      * @param listener
      *            The listener to add
-     * @since 1.2
+     * @since 2.0
      */
     public void addTimeGraphEntryMenuListener(MenuDetectListener listener) {
         if (!_timeGraphEntryMenuListeners.contains(listener)) {
@@ -510,7 +510,7 @@ public class TimeGraphControl extends TimeGraphBaseControl implements FocusListe
      *
      * @param listener
      *            The listener to remove
-     * @since 1.2
+     * @since 2.0
      */
     public void removeTimeGraphEntryMenuListener(MenuDetectListener listener) {
         if (_timeGraphEntryMenuListeners.contains(listener)) {
@@ -535,7 +535,7 @@ public class TimeGraphControl extends TimeGraphBaseControl implements FocusListe
      *
      * @param listener
      *            The listener to add
-     * @since 1.2
+     * @since 2.0
      */
     public void addTimeEventMenuListener(MenuDetectListener listener) {
         if (!_timeEventMenuListeners.contains(listener)) {
@@ -548,7 +548,7 @@ public class TimeGraphControl extends TimeGraphBaseControl implements FocusListe
      *
      * @param listener
      *            The listener to remove
-     * @since 1.2
+     * @since 2.0
      */
     public void removeTimeEventMenuListener(MenuDetectListener listener) {
         if (_timeEventMenuListeners.contains(listener)) {
@@ -2045,7 +2045,7 @@ public class TimeGraphControl extends TimeGraphBaseControl implements FocusListe
     }
 
     /**
-     * @since 1.2
+     * @since 2.0
      */
     @Override
     public void menuDetected(MenuDetectEvent e) {
This page took 0.026701 seconds and 5 git commands to generate.