Fix findbugs warnings + address concurrency issues in handlers
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui / src / org / eclipse / linuxtools / internal / lttng2 / ui / views / control / model / impl / ProbeEventInfo.java
index 2cf38dfd3f0c9d86d4dd499711e696bf460303e8..551a5d726897befeae1ef96198c6d90814e8d6d9 100644 (file)
@@ -140,7 +140,7 @@ public class ProbeEventInfo extends EventInfo implements IProbeEventInfo {
        } else {
            output.append("\n        offset: ");
            output.append(fOffset);
-           output.append("\n");
+           output.append('\n');
            output.append("        symbol: ");
            output.append(fSymbol);
        }
This page took 0.023646 seconds and 5 git commands to generate.