Bug 483621: Move segment store statistics into timing analysis plug-ins
[deliverable/tracecompass.git] / analysis / org.eclipse.tracecompass.analysis.os.linux.ui / src / org / eclipse / tracecompass / internal / analysis / os / linux / ui / views / latency / statistics / Messages.java
index cbc9f420bce669da719de2bc2899805428cf9933..7b00ec3de95303d7ebf46ab95ee4a3f694fb0c2b 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2015 Ericsson
+ * Copyright (c) 2015, 2016 Ericsson
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -19,21 +19,13 @@ import org.eclipse.osgi.util.NLS;
  *
  * @author Bernd Hufmann
  */
-@NonNullByDefault(false)
+@NonNullByDefault({})
 public class Messages extends NLS {
 
     private static final String BUNDLE_NAME = "org.eclipse.tracecompass.internal.analysis.os.linux.ui.views.latency.statistics.messages"; //$NON-NLS-1$
 
     /** Name of the system call level in statistics tree */
     public static String LatencyStatistics_SyscallLevelName;
-    /** Name of level column */
-    public static String LatencyStatistics_LevelLabel;
-    /** Name of the minimum column */
-    public static String LatencyStatistics_MinLabel;
-    /** Name of maximum column */
-    public static String LatencyStatistics_MaxLabel;
-    /** Name of average column */
-    public static String LatencyStatistics_AverageLabel;
     /** Name of Total statistics */
     public static String LatencyStatistics_TotalLabel;
 
This page took 0.026449 seconds and 5 git commands to generate.