Mass replace CRLF->LF
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / util / AbstractCodeKeyMaker.java
index 490251ccb8a107b6baf2f51a368df5fdfa95280b..05812e8b3c20df0d04df1a96a5101279594a98c8 100644 (file)
@@ -1,35 +1,35 @@
-/*\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
-\r
-package org.opendaylight.openflowjava.protocol.impl.util;\r
-\r
-\r
-/**\r
- * @author michal.polkorab\r
- * @param <T> type the key maker is based on \r
- */\r
-public abstract class AbstractCodeKeyMaker implements CodeKeyMaker {\r
-\r
-    private short version;\r
-\r
-    /**\r
-     * @param version openflow wire version\r
-     */\r
-    public AbstractCodeKeyMaker(short version) {\r
-        this.version = version;\r
-        \r
-    }\r
-\r
-    /**\r
-     * @return the version\r
-     */\r
-    public short getVersion() {\r
-        return version;\r
-    }\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.impl.util;
+
+
+/**
+ * @author michal.polkorab
+ * @param <T> type the key maker is based on 
+ */
+public abstract class AbstractCodeKeyMaker implements CodeKeyMaker {
+
+    private short version;
+
+    /**
+     * @param version openflow wire version
+     */
+    public AbstractCodeKeyMaker(short version) {
+        this.version = version;
+        
+    }
+
+    /**
+     * @return the version
+     */
+    public short getVersion() {
+        return version;
+    }
+
+}