Merge branch 'master' into lttng-kepler
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / internal / tmf / ui / parsers / custom / CustomXmlEventType.java
index d4e8b6636d86230a6cd815ecb22e4179f7f04dc2..5c86752decd5dd46c0c88334af7457dec4a86129 100644 (file)
@@ -1,21 +1,21 @@
-/*******************************************************************************\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 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;
+
+public class CustomXmlEventType extends CustomEventType {
+
+       public CustomXmlEventType(CustomXmlTraceDefinition definition) {
+               super(definition);
+       }
+
+}
This page took 0.025279 seconds and 5 git commands to generate.