Fix javadoc warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / viewers / timeAnalysis / TmfTimeScaleSelectionEvent.java
index 27def26d19d5f56a2f3dba2e828d54b8d9266d6e..9b9dec7b813c6014ef7912f803cd99f3b6beb4ef 100644 (file)
@@ -49,28 +49,28 @@ public class TmfTimeScaleSelectionEvent extends EventObject {
        }\r
        \r
        /**\r
-        * @return\r
+        * @return the start time\r
         */\r
        public long getTime0() {\r
                return time0;\r
        }\r
        \r
        /**\r
-        * @return\r
+        * @return the end time\r
         */\r
        public long getTime1() {\r
                return time1;\r
        }\r
 \r
        /**\r
-        * @return\r
+        * @return the selection width\r
         */\r
        public int getWidth() {\r
                return width;\r
        }\r
 \r
        /**\r
-        * @return\r
+        * @return the selected time\r
         */\r
        public long getSelectedTime() {\r
                return selectedTime;\r
This page took 0.026808 seconds and 5 git commands to generate.