tmf: Add missing @since annotations in Utils.TimeFormat
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 3 Jan 2013 15:56:28 +0000 (10:56 -0500)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Thu, 3 Jan 2013 16:48:45 +0000 (11:48 -0500)
Change-Id: I3fa5f684ebcc206e7e021291849e828d374d5f56
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/9431
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
IP-Clean: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Hudson CI
org.eclipse.linuxtools.tmf.ui/src/org/eclipse/linuxtools/tmf/ui/widgets/timegraph/widgets/Utils.java

index 7b06092208ca91469f760e74b4b680c7facd32dd..f1742ca9f42281297c86ca929d517cccd58fd08b 100644 (file)
@@ -42,9 +42,17 @@ public class Utils {
     public enum TimeFormat {
         /** Relative to the start of the trace */
         RELATIVE,
-        /** Absolute timestamp (ie, relative to the Unix epoch) */
+
+        /**
+         * Absolute timestamp (ie, relative to the Unix epoch)
+         * @since 2.0
+         */
         CALENDAR,
-        /** timestamp displayed as a simple number */
+
+        /**
+         * Timestamp displayed as a simple number
+         * @since 2.0
+         */
         NUMBER,
     }
 
This page took 0.026308 seconds and 5 git commands to generate.