Convert Windows line delimiters to Unix.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / filter / ITmfFilter.java
index 00ce5c28f7072e8cffb40e2b05934f9aa64bb3db..dd9f0654c8f2a7cdbe30be606495bef66f37698c 100644 (file)
@@ -1,33 +1,33 @@
-/*******************************************************************************\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.tmf.core.filter;\r
-\r
-import org.eclipse.linuxtools.tmf.core.event.ITmfEvent;\r
-\r
-/**\r
- * The TMF filter interface.\r
- * \r
- * @version 1.0\r
- * @author Patrick Tasse\r
- */\r
-public interface ITmfFilter {\r
-\r
-       /**\r
-        * Verify the filter conditions on an event\r
-        * \r
-        * @param event The event to verify.\r
-        * @return True if the event matches the filter conditions.\r
-        */\r
-       public boolean matches(ITmfEvent event);\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.tmf.core.filter;
+
+import org.eclipse.linuxtools.tmf.core.event.ITmfEvent;
+
+/**
+ * The TMF filter interface.
+ * 
+ * @version 1.0
+ * @author Patrick Tasse
+ */
+public interface ITmfFilter {
+
+       /**
+        * Verify the filter conditions on an event
+        * 
+        * @param event The event to verify.
+        * @return True if the event matches the filter conditions.
+        */
+       public boolean matches(ITmfEvent event);
+       
+}
This page took 0.027288 seconds and 5 git commands to generate.