Mass replace CRLF->LF
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / serialization / action / OF13CopyTtlOutActionSerializer.java
index a5b3059a0f953ee03620ced65a69aa4e1c4434f1..da6cf05870f2d3473b6413f01a34f36c1e584c6f 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.action;\r
-\r
-import org.opendaylight.openflowjava.protocol.impl.util.ActionConstants;\r
-\r
-/**\r
- * @author michal.polkorab\r
- *\r
- */\r
-public class OF13CopyTtlOutActionSerializer extends AbstractHeaderActionSerializer {\r
-\r
-    @Override\r
-    protected int getType() {\r
-        return ActionConstants.COPY_TTL_OUT_CODE;\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.action;
+
+import org.opendaylight.openflowjava.protocol.impl.util.ActionConstants;
+
+/**
+ * @author michal.polkorab
+ *
+ */
+public class OF13CopyTtlOutActionSerializer extends AbstractHeaderActionSerializer {
+
+    @Override
+    protected int getType() {
+        return ActionConstants.COPY_TTL_OUT_CODE;
+    }
+
+}