BUG-3907: openflow-plugin-api does not build with jdk8
[openflowjava.git] / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / extensibility / DeserializerRegistryInjector.java
index 5f029a2db98183fc6aeb7049c8b9395f49eb4ae2..98e836334fd7427550d706d69ec6074e7c9f1d86 100644 (file)
@@ -1,21 +1,21 @@
-/*\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
- * Injects registry\r
- * @author michal.polkorab\r
- */\r
-public interface DeserializerRegistryInjector {\r
-\r
-    /**\r
-     * Injects deserializer registry into deserializer\r
-     * @param deserializerRegistry\r
-     */\r
-    public void injectDeserializerRegistry(DeserializerRegistry deserializerRegistry);\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;
+
+/**
+ * Injects registry
+ * @author michal.polkorab
+ */
+public interface DeserializerRegistryInjector {
+
+    /**
+     * Injects deserializer registry into deserializer
+     * @param deserializerRegistry registry of deserializers
+     */
+    void injectDeserializerRegistry(DeserializerRegistry deserializerRegistry);
+}