Fix warning non externalized string
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 22 Sep 2016 16:14:31 +0000 (12:14 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Mon, 3 Oct 2016 20:13:19 +0000 (16:13 -0400)
Change-Id: Ie0423eab62a68ab56926fadcde88f9b1e87291ca
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Reviewed-on: https://git.eclipse.org/r/81922
Reviewed-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Alexandre Montplaisir <alexmonthy@efficios.com>
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.024746 seconds and 5 git commands to generate.