2010-11-09 Francois Chouinard <fchouinard@gmail.com> Contribution for Bug315307
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf / src / org / eclipse / linuxtools / tmf / event / TmfEventSource.java
index c97805ae28fab858ebe16f70ad487787394ec530..244ecd53fed4adc0bd05b9b398f2b8d4545e4302 100644 (file)
@@ -83,6 +83,7 @@ public class TmfEventSource implements Cloneable {
     }
 
        @Override
+    @SuppressWarnings("nls")
     public String toString() {
         return "[TmfEventSource(" + ((fSourceId != null) ? fSourceId.toString() : "null") + ")]";
     }
This page took 0.023819 seconds and 5 git commands to generate.