2010-11-09 Francois Chouinard <fchouinard@gmail.com> Contribution for Bug315307
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng / src / org / eclipse / linuxtools / lttng / event / LttngEventContent.java
index 84083e256ad52f3334cc2ad267fbfcf36ff6e5e1..2134cf4c8c85ff5370cb8cc25f7b14bb4f896939 100644 (file)
@@ -251,6 +251,7 @@ public class LttngEventContent extends TmfEventContent {
      * Note : this function parse all fields and so is very heavy to use.
      */
     @Override
+    @SuppressWarnings("nls")
     public String toString() {
         LttngEventField[] allFields = getFields();
         
This page took 0.024652 seconds and 5 git commands to generate.