tmf: Update Javadoc throughout tmf.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / statistics / model / Messages.java
index 4f9df85f6c621aa593c039df6fba1dc9aa0e84a5..8811eaae1cb3c9b0ecacba7e26e2766851671901 100755 (executable)
@@ -1,11 +1,11 @@
 /*******************************************************************************
  * 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
  * accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/epl-v10.html
- * 
+ *
  * Contributors:
  *   Mathieu Denis      (mathieu.denis@polymtl.ca)  - Initial API and Implementation
  *******************************************************************************/
@@ -16,10 +16,9 @@ import org.eclipse.osgi.util.NLS;
 
 /**
  * Message strings for the statistics framework.
- * 
+ *
  * @version 1.0
  * @author Mathieu Denis
- *
  */
 public class Messages extends NLS {
     private static final String BUNDLE_NAME = "org.eclipse.linuxtools.tmf.ui.views.statistics.model.messages"; //$NON-NLS-1$
@@ -31,7 +30,7 @@ public class Messages extends NLS {
      * Event type statistic name.
      */
     public static String TmfStatisticsData_EventTypes;
-    
+
     static {
         // initialize resource bundle
         NLS.initializeMessages(BUNDLE_NAME, Messages.class);
This page took 0.023607 seconds and 5 git commands to generate.