tmf: formatting of tmf.ui.statistics
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / statistics / model / TmfStatistics.java
index 52aa1a27169ba9c663ecb63ac262fbdc06f76047..b5d0f284a123655c79cc7b89cabb37056c731ea5 100755 (executable)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
- *   Mathieu Denis      (mathieu.denis@polymtl.ca)  - Intial API and Implementation
+ *   Mathieu Denis <mathieu.denis@polymtl.ca> - Intial API and Implementation
  *******************************************************************************/
 
 package org.eclipse.linuxtools.tmf.ui.views.statistics.model;
@@ -15,15 +15,15 @@ package org.eclipse.linuxtools.tmf.ui.views.statistics.model;
 /**
  * Primitive container for Statistics data
  *
- * Contains information about statistics that can be retrieved with any type
- * of traces
+ * Contains information about statistics that can be retrieved with any type of
+ * traces
  *
  * @version 1.0
  * @author Mathieu Denis
  */
 public class TmfStatistics {
-       /**
-        * <h4>Number of event</h4>
-        */
-       public long nbEvents = 0;
+    /**
+     * Number of events.
+     */
+    public long nbEvents = 0;
 }
This page took 0.024929 seconds and 5 git commands to generate.