Remove trailing whitespace
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / util / AbstractTypeKeyMaker.java
index 3a804afc45c7eeb1b5ea64f6248500bdce257efd..70c7a1551b6f2ae80c702b1831c1cbe4c0fd92fc 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 AbstractTypeKeyMaker<T> implements TypeKeyMaker<T> {\r
-\r
-    private short version;\r
-\r
-    /**\r
-     * @param version openflow wire version\r
-     */\r
-    public AbstractTypeKeyMaker(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 AbstractTypeKeyMaker<T> implements TypeKeyMaker<T> {
+
+    private short version;
+
+    /**
+     * @param version openflow wire version
+     */
+    public AbstractTypeKeyMaker(short version) {
+        this.version = version;
+
+    }
+
+    /**
+     * @return the version
+     */
+    public short getVersion() {
+        return version;
+    }
+
+}