Mass replace CRLF->LF
[openflowjava.git] / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / extensibility / SerializerRegistryInjector.java
index 1204055e05fcef005d4a2be2e3089604dc2b4d85..b074b15fc726920df4e19f5896d4f49506f050d4 100644 (file)
@@ -1,22 +1,22 @@
-/*\r
- * Copyright (c) 2013 Pantheon Technologies s.r.o. 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
-package org.opendaylight.openflowjava.protocol.api.extensibility;\r
-\r
-/**\r
- * Serializer registry injector\r
- * @author michal.polkorab\r
- */\r
-public interface SerializerRegistryInjector {\r
-\r
-    /**\r
-     * Injects serializer registry\r
-     * @param serializerRegistry registry instance\r
-     */\r
-    void injectSerializerRegistry(SerializerRegistry serializerRegistry);\r
-\r
-}\r
+/*
+ * Copyright (c) 2013 Pantheon Technologies s.r.o. 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.openflowjava.protocol.api.extensibility;
+
+/**
+ * Serializer registry injector
+ * @author michal.polkorab
+ */
+public interface SerializerRegistryInjector {
+
+    /**
+     * Injects serializer registry
+     * @param serializerRegistry registry instance
+     */
+    void injectSerializerRegistry(SerializerRegistry serializerRegistry);
+
+}