Fixed JavaDoc in TMF UI plugin
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / statistics / model / TmfBaseColumnDataProvider.java
index 97869998cc9f848246d167a6a636beca060f9b07..309cb167df8fb4b06538fc1f8997c1e10e8e173f 100755 (executable)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2011 Ericsson
+ * Copyright (c) 2011, 2011 Ericsson
  * 
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -29,7 +29,10 @@ import org.eclipse.ui.ISharedImages;
 import org.eclipse.ui.PlatformUI;
 
 /**
- * Create a basic list of columns with providers
+ * Create a basic list of columns with providers.
+ * 
+ * @version 1.0
+ * @author Mathieu Denis
  */
 public class TmfBaseColumnDataProvider implements ITmfColumnDataProvider {
 
@@ -37,7 +40,6 @@ public class TmfBaseColumnDataProvider implements ITmfColumnDataProvider {
      * Contains the list of the columns
      */
     protected List<TmfBaseColumnData> fColumnData = null;
-
     /**
      * Level column names
      */
@@ -46,7 +48,6 @@ public class TmfBaseColumnDataProvider implements ITmfColumnDataProvider {
      * Number of events column names
      */
     protected final static String EVENTS_COUNT_COLUMN = Messages.TmfStatisticsView_NbEventsColumn;
-
     /**
      * Level column tooltips
      */
@@ -55,12 +56,10 @@ public class TmfBaseColumnDataProvider implements ITmfColumnDataProvider {
      * Number of events column tooltips
      */
     protected final static String EVENTS_COUNT_COLUMN_TIP = Messages.TmfStatisticsView_NbEventsTip;
-
     /**
      * Level for which statistics should not be displayed.
      */
     protected Set<String> fFolderLevels = new HashSet<String>(Arrays.asList(new String[] { "Event Types" })); //$NON-NLS-1$
-
     /**
      * Create basic columns to represent the statistics data
      */
This page took 0.024794 seconds and 5 git commands to generate.