March 24, 2010
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui.tests / widgetStubs / org / eclipse / linuxtools / tmf / ui / widgets / timeAnalysis / test / stub / adaption / TsfImplProvider.java
index d5d68887297561b639d02a1edce72bbb4dc68d97..8fdf0c50414c7ac6a7169cd587a55188d0308bd4 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2009, 2010 Ericsson\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
+ * Contributors:\r
+ *   Alvaro Sanchez-Leon (alvsan09@gmail.com) - Initial API and implementation\r
+ *******************************************************************************/\r
 package org.eclipse.linuxtools.tmf.ui.widgets.timeAnalysis.test.stub.adaption;\r
 \r
 import java.util.HashMap;\r
@@ -12,6 +23,9 @@ import org.eclipse.linuxtools.tmf.ui.widgets.timeAnalysis.test.stub.model.TraceI
 \r
 public class TsfImplProvider extends TmfTimeAnalysisProvider {\r
 \r
+       // ========================================================================\r
+       // Methods\r
+       // ========================================================================\r
        @Override\r
        public StateColor getEventColor(ITimeEvent event) {\r
                if (event instanceof EventImpl) {\r
This page took 0.024144 seconds and 5 git commands to generate.