Temporary lttng-luna annotation update
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 25 Jul 2013 20:35:24 +0000 (16:35 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 25 Jul 2013 20:43:23 +0000 (16:43 -0400)
Change-Id: Ie4171245af2fde9aabe14b88958959c851f33158
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/timestamp/ITmfTimePreferencesConstants.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/timestamp/TmfTimePreferences.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/timestamp/TmfTimestampFormat.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/properties/Messages.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/statesystem/Messages.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/views/statesystem/TmfStateSystemExplorer.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/widgets/timegraph/widgets/TimeGraphScale.java
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/widgets/timegraph/widgets/Utils.java

index 805043f15a9bf285d566a8afa049d2863b498e55..036c1bf6858f9cd4009704c28fc5b3b89d50cd62 100644 (file)
@@ -13,7 +13,7 @@
 package org.eclipse.linuxtools.tmf.core.timestamp;
 
 /**
- * @since 2.1
+ * @since 3.0
  */
 @SuppressWarnings({ "javadoc", "nls" })
 public interface ITmfTimePreferencesConstants {
index 900208ab9a53919bee2d9fe2b016cca3f2f66e88..379625cd3209e6f0e663aa9d7ea558009aaf467f 100644 (file)
@@ -28,7 +28,7 @@ import org.eclipse.linuxtools.internal.tmf.core.Activator;
  *
  * @author Francois Chouinard
  * @version 1.0
- * @since 2.1
+ * @since 3.0
  */
 public class TmfTimePreferences {
 
index 4d570f27fd601af6fd00559949c41838070fb9c4..5e855f44b0a1850c07bf3df069d520840a8d0162 100644 (file)
@@ -267,7 +267,7 @@ public class TmfTimestampFormat extends SimpleDateFormat {
      *
      * @param pattern the format pattern
      * @param timeZone the time zone
-     * @since 2.1
+     * @since 3.0
      */
     public TmfTimestampFormat(String pattern, TimeZone timeZone) {
         setTimeZone(timeZone);
@@ -288,7 +288,7 @@ public class TmfTimestampFormat extends SimpleDateFormat {
     // ------------------------------------------------------------------------
 
     /**
-     * @since 2.1
+     * @since 3.0
      */
     public static void updateDefaultFormats() {
         fDefaultTimeFormat = new TmfTimestampFormat(TmfTimePreferences.getInstance().getTimePattern(), TmfTimePreferences.getInstance().getTimeZone());
index 19ae246b0c10bea90b87605d49f9c4ea9540b1fd..5f463bb39b9c4b4b474cb05e3274886e6b5060fc 100644 (file)
@@ -14,7 +14,7 @@ package org.eclipse.linuxtools.tmf.ui.properties;
 import org.eclipse.osgi.util.NLS;
 
 /**
- * @since 2.1
+ * @since 3.0
  */
 @SuppressWarnings("javadoc")
 public class Messages extends NLS {
index add80d906e39b9f76f2ff6bc307c2501c3679506..346e7a122292c72bf4cf479559c8ad174be9b5e3 100644 (file)
@@ -46,7 +46,7 @@ public class Messages extends NLS {
     public static String ValueColumnLabel;
 
     /** Label for the "type" column
-     * @since 2.1*/
+     * @since 3.0*/
     public static String TypeColumnLabel;
 
     /** Label for the "start time" column */
@@ -65,18 +65,18 @@ public class Messages extends NLS {
     public static String OutOfRangeMsg;
 
     /** Label for the Filter button
-     * @since 2.1*/
+     * @since 3.0*/
     public static String FilterButton;
 
     /** Label for the type Interger
-     * @since 2.1*/
+     * @since 3.0*/
     public static String TypeInteger;
 
     /** Label for the type Long
-     * @since 2.1*/
+     * @since 3.0*/
     public static String TypeLong;
 
     /** Label for the type String
-     * @since 2.1*/
+     * @since 3.0*/
     public static String TypeString;
 }
index ec4f1b445b21bc12505d1599500c14dbc4b32b36..529a6e96efc79c5d8712d2d28ac2992aa0ac4600 100644 (file)
@@ -503,12 +503,12 @@ public class TmfStateSystemExplorer extends TmfView {
         };
         thread.start();
     }
-    
+
     /**
      * Update the display to use the updated timestamp format
      *
      * @param signal the incoming signal
-     * @since 2.1
+     * @since 3.0
      */
     @TmfSignalHandler
     public void timestampFormatUpdated(TmfTimestampFormatUpdateSignal signal) {
index 143369beeb94c4ab8747fc4ad9f4acc435919ba4..1c2037371d0e344ad5076a0668a8f570cd55c53d 100644 (file)
@@ -547,7 +547,7 @@ public class TimeGraphScale extends TimeGraphBaseControl implements
      * Update the display to use the updated timestamp format
      *
      * @param signal the incoming signal
-     * @since 2.1
+     * @since 3.0
      */
     @TmfSignalHandler
     public void timestampFormatUpdated(TmfTimestampFormatUpdateSignal signal) {
index 78f8ba7a6170038373180de5fa79fd50a73efd54..0be7831064c8532f87b5c80086d8a0af4bd729e6 100644 (file)
@@ -86,7 +86,7 @@ public class Utils {
     /**
      * Update the time and date formats to use the current time zone
      *
-     * @since 2.1
+     * @since 3.0
      */
     public static void updateTimeZone() {
         TimeZone timeZone = TmfTimePreferences.getInstance().getTimeZone();
This page took 0.033033 seconds and 5 git commands to generate.