Fixed JavaDoc in TMF UI plugin
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / statistics / Messages.java
index 7708fd63bc259641062556629d8531ecfb9bd19b..0f4995c31bf1fa30177c0d0bff0b00c14cc3884e 100755 (executable)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2011 Ericsson
+ * Copyright (c) 2011, 2012 Ericsson
  * 
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -14,12 +14,34 @@ package org.eclipse.linuxtools.tmf.ui.views.statistics;
 
 import org.eclipse.osgi.util.NLS;
 
+/**
+ * Messages file for statistics view strings.
+ * 
+ * @version 1.0
+ * @author Mathieu Denis
+ *
+ */
 public class Messages extends NLS {
     private static final String BUNDLE_NAME = "org.eclipse.linuxtools.tmf.ui.views.statistics.messages"; //$NON-NLS-1$
+    /**
+     * Level column name
+     */
     public static String TmfStatisticsView_LevelColumn;
+    /**
+     * Level column tool tip.
+     */
     public static String TmfStatisticsView_LevelColumnTip;
+    /**
+     * Number of events column name.
+     */
     public static String TmfStatisticsView_NbEventsColumn;
+    /**
+     * Number of events column tool tip.
+     */
     public static String TmfStatisticsView_NbEventsTip;
+    /**
+     * String for unknown trace name.
+     */
     public static String TmfStatisticsView_UnknownTraceName;
     static {
         // initialize resource bundle
This page took 0.023933 seconds and 5 git commands to generate.