Move legacy time analysis widget to lttng.ui and create initial copy in
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / colors / ColorSetting.java
index f2e67aeed0972567bec8a60504c09e4ff8ad72b0..3fedf5706b70a531c5698f44b92f4f3d3bc75e79 100644 (file)
@@ -104,7 +104,7 @@ public class ColorSetting {
        \r
        /**\r
         * @return the tick color index (0-15)\r
-        * @see org.eclipse.linuxtools.tmf.ui.viewers.timeAnalysis.widgets.TraceColorScheme\r
+        * @see org.eclipse.linuxtools.tmf.ui.widgets.timegraph.widgets.TraceColorScheme\r
         */\r
        public int getTickColorIndex() {\r
                return fTickColorIndex;\r
@@ -112,7 +112,7 @@ public class ColorSetting {
        \r
        /**\r
         * @param tickColorIndex the tick color index to set (0-15)\r
-        * @see org.eclipse.linuxtools.tmf.ui.viewers.timeAnalysis.widgets.TraceColorScheme\r
+        * @see org.eclipse.linuxtools.tmf.ui.widgets.timegraph.widgets.TraceColorScheme\r
         */\r
        public void setTickColorIndex(int tickColorIndex) {\r
                fTickColorIndex = tickColorIndex;\r
This page took 0.024017 seconds and 5 git commands to generate.