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 5c86752decd5dd46c0c88334af7457dec4a86129..b33411fc4d01ad1a661d7b49bd3b4213c56bc7d8 100644 (file)
@@ -1,19 +1,30 @@
 /*******************************************************************************
- * Copyright (c) 2010 Ericsson
- * 
+ * 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.025005 seconds and 5 git commands to generate.