tmf: formatting of tmf.ui.statistics
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / statistics / model / TmfStatisticsTreeRootFactory.java
index 1c90f0c5bc5f0f39c8924004abb0f13a4872b46c..ff8d2f49e1e3edd4b0bd7f7d25911ba1f3227550 100755 (executable)
@@ -7,7 +7,7 @@
  * http://www.eclipse.org/legal/epl-v10.html
  *
  * Contributors:
- *   Mathieu Denis      (mathieu.denis@polymtl.ca)  - Initial API
+ *   Mathieu Denis <mathieu.denis@polymtl.ca> - Initial API
  *******************************************************************************/
 
 package org.eclipse.linuxtools.tmf.ui.views.statistics.model;
@@ -18,8 +18,8 @@ import java.util.Map;
 /**
  * Factory class to create and store TMF statistic trees.
  *
- * Based on a given tree node ID a TMF statistic tree is stored internally.
- * root node is created for each tree. Using the tree node ID the statistics
+ * Based on a given tree node ID a TMF statistic tree is stored internally. A
+ * root node is created for each tree. Using the tree node ID the statistics
  * tree can be retrieved.
  *
  * @version 1.0
@@ -28,18 +28,11 @@ import java.util.Map;
  */
 public class TmfStatisticsTreeRootFactory {
 
-    // -----------------------------------------------------------------------
-    // Data
-    // -----------------------------------------------------------------------
     /**
      * Contains the experiment name as the key and the traces data
      */
     private static final Map<String, AbsTmfStatisticsTree> fTreeInstances = new HashMap<String, AbsTmfStatisticsTree>();
 
-    // -----------------------------------------------------------------------
-    // Methods
-    // -----------------------------------------------------------------------
-
     /**
      * Provide a statisticsTree instance per trace
      *
This page took 0.02419 seconds and 5 git commands to generate.