2010-11-09 Francois Chouinard <fchouinard@gmail.com> Contribution for Bug315307
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / src / org / eclipse / linuxtools / lttng / ui / views / timeframe / TimeFrameView.java
index ce06019329fd891a50bbbb58541e1c633006b4f0..373b99e3ffb9591e83b309c00ef117d483f56d69 100644 (file)
@@ -56,7 +56,7 @@ import org.eclipse.swt.widgets.Slider;
  */
 public class TimeFrameView extends TmfView {
 
-    public static final String ID = "org.eclipse.linuxtools.lttng.ui.views.timeframe";
+    public static final String ID = "org.eclipse.linuxtools.lttng.ui.views.timeframe"; //$NON-NLS-1$
 
     // ========================================================================
     // TimeFrameView
@@ -267,6 +267,7 @@ public class TimeFrameView extends TmfView {
         * @see java.lang.Object#toString()
         */
        @Override
+       @SuppressWarnings("nls")
        public String toString() {
                return "[TimeFrameView]";
        }
This page took 0.024278 seconds and 5 git commands to generate.