lttng rcp: add tracing rcp "file->open" buttons
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / timegraph / AbstractTimeGraphView.java
index 795b2529b2d5b2c6b72a6115c5453a3c15bf040e..4b538c7661f1a0473e0c9b8c320c97d471f2a587 100644 (file)
@@ -394,7 +394,7 @@ public abstract class AbstractTimeGraphView extends TmfView {
             if (columnIndex == 0) {
                 return entry.getName();
             }
-            return ""; //$NON-NLS-1$
+            return new String();
         }
 
     }
This page took 0.02931 seconds and 5 git commands to generate.