Mass replace CRLF->LF
[openflowjava.git] / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / keys / experimenter / ExperimenterActionDeserializerKey.java
index b700f04b3ee949da1a8259e2c32fb90f0305a895..3b599b43430ea994a76d0a40ea531d21be33ef62 100644 (file)
@@ -1,29 +1,29 @@
-/*\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.ActionDeserializerKey;\r
-import org.opendaylight.openflowjava.protocol.api.util.EncodeConstants;\r
-\r
-/**\r
- * @author michal.polkorab\r
- *\r
- */\r
-public final class ExperimenterActionDeserializerKey extends ActionDeserializerKey \r
-        implements ExperimenterDeserializerKey {\r
-\r
-    /**\r
-     * @param version protocol wire version\r
-     * @param experimenterId experimenter / vendor ID\r
-     */\r
-    public ExperimenterActionDeserializerKey(short version, Long experimenterId) {\r
-        super(version, EncodeConstants.EXPERIMENTER_VALUE, 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.ActionDeserializerKey;
+import org.opendaylight.openflowjava.protocol.api.util.EncodeConstants;
+
+/**
+ * @author michal.polkorab
+ *
+ */
+public final class ExperimenterActionDeserializerKey extends ActionDeserializerKey 
+        implements ExperimenterDeserializerKey {
+
+    /**
+     * @param version protocol wire version
+     * @param experimenterId experimenter / vendor ID
+     */
+    public ExperimenterActionDeserializerKey(short version, Long experimenterId) {
+        super(version, EncodeConstants.EXPERIMENTER_VALUE, experimenterId);
+    }
+
 }
\ No newline at end of file