tmf: Update copyright headers in tmf.ui
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / internal / tmf / ui / parsers / custom / CustomXmlEventType.java
index d4e8b6636d86230a6cd815ecb22e4179f7f04dc2..b33411fc4d01ad1a661d7b49bd3b4213c56bc7d8 100644 (file)
@@ -1,21 +1,32 @@
-/*******************************************************************************\r
- * Copyright (c) 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
- *   Patrick Tasse - Initial API and implementation\r
- *******************************************************************************/\r
-\r
-package org.eclipse.linuxtools.internal.tmf.ui.parsers.custom;\r
-\r
-public class CustomXmlEventType extends CustomEventType {\r
-\r
-       public CustomXmlEventType(CustomXmlTraceDefinition definition) {\r
-               super(definition);\r
-       }\r
-\r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2010, 2013 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:
+ *   Patrick Tasse - Initial API and implementation
+ *******************************************************************************/
+
+package org.eclipse.linuxtools.internal.tmf.ui.parsers.custom;
+
+/**
+ * Event type class for custom XML traces.
+ *
+ * @author Patrick Tassé
+ */
+public class CustomXmlEventType extends CustomEventType {
+
+    /**
+     * Constructor
+     *
+     * @param definition
+     *            Trace definition
+     */
+       public CustomXmlEventType(CustomXmlTraceDefinition definition) {
+               super(definition);
+       }
+
+}
This page took 0.025097 seconds and 5 git commands to generate.