tmf: formatting of tmf.ui.statistics
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / statistics / model / ITmfColumnDataProvider.java
index 6e06be41792a9b3e414c5e8c45d5d20b2b6ed89f..35cd206dfe0e4da31a1148cfee27c76003285bb1 100755 (executable)
@@ -1,13 +1,13 @@
 /*******************************************************************************
  * 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
+ *   Mathieu Denis <mathieu.denis@polymtl.ca> - Initial API and Implementation
  *******************************************************************************/
 
 package org.eclipse.linuxtools.tmf.ui.views.statistics.model;
@@ -15,16 +15,18 @@ package org.eclipse.linuxtools.tmf.ui.views.statistics.model;
 import java.util.List;
 
 /**
- * Basic methods that must be implemented in a column data provider.
- * The <code>TmfStatisticsView</code> uses classes implementing this
- * interface to define the columns in the statistics tree viewer. 
- * 
+ * Basic methods that must be implemented in a column data provider. The
+ * <code>TmfStatisticsView</code> uses classes implementing this interface to
+ * define the columns in the statistics tree viewer.
+ *
  * @version 1.0
  * @author Mathieu Denis
  */
 public interface ITmfColumnDataProvider {
+
     /**
      * Return a list of the column created for the view
+     *
      * @return columns list
      */
     public List<TmfBaseColumnData> getColumnData();
This page took 0.026067 seconds and 5 git commands to generate.