Mass replace CRLF->LF
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / serialization / action / OF13DecNwTtlActionSerializer.java
index f1610b76e8181252502e9e04bd1c41c4547c6349..d1f4436971cb80ca46fe0fb764575ee6435c6d0b 100644 (file)
@@ -1,25 +1,25 @@
-/*\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
-/**\r
- * @author michal.polkorab\r
- *\r
- */\r
-public class OF13DecNwTtlActionSerializer extends AbstractHeaderActionSerializer {\r
-\r
-    @Override\r
-    protected int getType() {\r
-        return ActionConstants.DEC_NW_TTL_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 OF13DecNwTtlActionSerializer extends AbstractHeaderActionSerializer {
+
+    @Override
+    protected int getType() {
+        return ActionConstants.DEC_NW_TTL_CODE;
+    }
+
+}