Fix warning non externalized string
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.timing.ui / src / org / eclipse / tracecompass / analysis / timing / ui / views / segmentstore / table / AbstractSegmentStoreTableViewer.java
index 1edb03a0aaf929ab0dfd983f017dce224f2c9087..b9994191e96fb4885b3fac20066d77b13ebfd1c4 100644 (file)
@@ -62,7 +62,7 @@ import org.eclipse.tracecompass.tmf.ui.viewers.table.TmfSimpleTableViewer;
  */
 public abstract class AbstractSegmentStoreTableViewer extends TmfSimpleTableViewer {
 
-    private static final Format FORMATTER = new DecimalFormat("###,###.##");
+    private static final Format FORMATTER = new DecimalFormat("###,###.##"); //$NON-NLS-1$
 
     // ------------------------------------------------------------------------
     // Attributes
This page took 0.042873 seconds and 5 git commands to generate.