Mass replace CRLF->LF
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / serialization / instruction / ClearActionsInstructionSerializer.java
index 85e27d234933d0008c243c588a3aa6d4d1fc13e5..00162502e9b530b6305df73f02890ca4f46a0899 100644 (file)
@@ -1,24 +1,24 @@
-/*\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.serialization.instruction;\r
-\r
-import org.opendaylight.openflowjava.protocol.impl.util.InstructionConstants;\r
-\r
-/**\r
- * @author michal.polkorab\r
- *\r
- */\r
-public class ClearActionsInstructionSerializer extends AbstractActionInstructionSerializer {\r
-\r
-    @Override\r
-    protected int getType() {\r
-        return InstructionConstants.CLEAR_ACTIONS_TYPE;\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.serialization.instruction;
+
+import org.opendaylight.openflowjava.protocol.impl.util.InstructionConstants;
+
+/**
+ * @author michal.polkorab
+ *
+ */
+public class ClearActionsInstructionSerializer extends AbstractActionInstructionSerializer {
+
+    @Override
+    protected int getType() {
+        return InstructionConstants.CLEAR_ACTIONS_TYPE;
+    }
+
+}