2010-11-09 Francois Chouinard <fchouinard@gmail.com> Contribution for Bug315307
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng / src / org / eclipse / linuxtools / lttng / event / LttngEventField.java
index ac67c760de6ae716e8920c30e917e72889cc2dfa..4c1170035d451321f6b84c95a858e7f40e39cc26 100644 (file)
@@ -56,6 +56,7 @@ public class LttngEventField extends TmfEventField {
        }
        
        @Override
+    @SuppressWarnings("nls")
        public String toString() {
                Object value = getValue();
            return getId() + ":" + ((value != null) ? value.toString() : "null");
This page took 0.023065 seconds and 5 git commands to generate.