Bug 4202: Migrate also toaster to use mdsal project
[controller.git] / opendaylight / commons / concepts / src / main / java / org / opendaylight / controller / concepts / transform / Acceptor.java
index 80986e5c6658fd098f28e25ad80039c05035f777..7127f00c79454e0f0084655e586a1f0ebf0e76a2 100644 (file)
@@ -1,19 +1,19 @@
-/*\r
- * Copyright (c) 2013, 2015 Cisco Systems, Inc. and others.  All rights reserved.\r
- *\r
- * This program and the accompanying materials are made available under the\r
- * terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
- * and is available at http://www.eclipse.org/legal/epl-v10.html\r
- */\r
-\r
-package org.opendaylight.controller.concepts.transform;\r
-\r
-public interface Acceptor<I> {\r
-\r
-    /**\r
-     *\r
-     * @param input\r
-     * @return true if input is accepted.\r
-     */\r
-    boolean isAcceptable(I input);\r
-}\r
+/*
+ * Copyright (c) 2013, 2015 Cisco Systems, Inc. and others.  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
+ */
+
+package org.opendaylight.controller.concepts.transform;
+
+public interface Acceptor<I> {
+
+    /**
+     *
+     * @param input
+     * @return true if input is accepted.
+     */
+    boolean isAcceptable(I input);
+}