Mass replace CRLF->LF
[openflowjava.git] / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / keys / experimenter / ExperimenterInstructionSerializerKey.java
index 28201506eef02b8a3a8749d02637ee85eb6efd45..7d46b59089ca81d230de1593eda7b8378a23eb18 100644 (file)
@@ -1,28 +1,28 @@
-/*\r
- * Copyright (c) 2014 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
-\r
-package org.opendaylight.openflowjava.protocol.api.keys.experimenter;\r
-\r
-import org.opendaylight.openflowjava.protocol.api.keys.InstructionSerializerKey;\r
-import org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.instruction.rev130731.Experimenter;\r
-\r
-/**\r
- * @author michal.polkorab\r
- */\r
-public final class ExperimenterInstructionSerializerKey extends InstructionSerializerKey<Experimenter>\r
-        implements ExperimenterSerializerKey {\r
-\r
-    /**\r
-     * @param msgVersion protocol wire version\r
-     * @param experimenterId experimenter / vendor ID\r
-     */\r
-    public ExperimenterInstructionSerializerKey(short msgVersion, Long experimenterId) {\r
-        super(msgVersion, Experimenter.class, experimenterId);\r
-    }\r
-\r
+/*
+ * Copyright (c) 2014 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.keys.experimenter;
+
+import org.opendaylight.openflowjava.protocol.api.keys.InstructionSerializerKey;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.instruction.rev130731.Experimenter;
+
+/**
+ * @author michal.polkorab
+ */
+public final class ExperimenterInstructionSerializerKey extends InstructionSerializerKey<Experimenter>
+        implements ExperimenterSerializerKey {
+
+    /**
+     * @param msgVersion protocol wire version
+     * @param experimenterId experimenter / vendor ID
+     */
+    public ExperimenterInstructionSerializerKey(short msgVersion, Long experimenterId) {
+        super(msgVersion, Experimenter.class, experimenterId);
+    }
+
 }
\ No newline at end of file