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