lttng: Javadoc udpate for the lttng2.kernel.ui package
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.kernel.ui / src / org / eclipse / linuxtools / internal / lttng2 / kernel / ui / views / controlflow / ControlFlowPresentationProvider.java
index 9ebc6f200ea32f610b9de9af3855af18aaa4c75d..e0f790de41c8fcbcf97c02c58d5e582655d98f77 100644 (file)
@@ -1,11 +1,11 @@
 /*******************************************************************************\r
  * Copyright (c) 2012 Ericsson\r
- * \r
+ *\r
  * All rights reserved. This program and the accompanying materials are\r
  * made available under the terms of the Eclipse Public License v1.0 which\r
  * accompanies this distribution, and is available at\r
  * http://www.eclipse.org/legal/epl-v10.html\r
- * \r
+ *\r
  * Contributors:\r
  *   Patrick Tasse - Initial API and implementation\r
  *******************************************************************************/\r
@@ -28,6 +28,9 @@ import org.eclipse.linuxtools.tmf.ui.widgets.timegraph.TimeGraphPresentationProv
 import org.eclipse.linuxtools.tmf.ui.widgets.timegraph.model.ITimeEvent;\r
 import org.eclipse.swt.graphics.RGB;\r
 \r
+/**\r
+ * Presentation provider for the control flow view\r
+ */\r
 public class ControlFlowPresentationProvider extends TimeGraphPresentationProvider {\r
 \r
     private enum State {\r
@@ -44,7 +47,7 @@ public class ControlFlowPresentationProvider extends TimeGraphPresentationProvid
         }\r
     }\r
 \r
-    @Override \r
+    @Override\r
     public String getStateTypeName() {\r
         return Messages.ControlFlowView_stateTypeName;\r
     }\r
@@ -114,7 +117,7 @@ public class ControlFlowPresentationProvider extends TimeGraphPresentationProvid
                 } catch (TimeRangeException e) {\r
                     e.printStackTrace();\r
                 }\r
-            } \r
+            }\r
         }\r
 \r
         return retMap;\r
This page took 0.026285 seconds and 5 git commands to generate.