2010-11-09 Francois Chouinard <fchouinard@gmail.com> Contribution for Bug315307
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng / src / org / eclipse / linuxtools / lttng / state / model / LttngExecutionState.java
index f1a065250fd459c8ff834369980f13ae7df11528..96c1beaee8f54154345784c278b15fa6d07c176f 100644 (file)
@@ -151,6 +151,7 @@ public class LttngExecutionState implements Cloneable {
        }
 
     @Override
+    @SuppressWarnings("nls")
     public String toString() {
                return "[LttngExecutionState: " + "entry=" + entry_LttTime + ",change=" + change_LttTime + ",cum_cpu=" + cum_cpu_time_Timens +
                ",pstatus=" + proc_status + ",emode=" + exec_mode + ",esubmode=" + exec_submode +"]";
This page took 0.023876 seconds and 5 git commands to generate.