Mass replace CRLF->LF
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / deserialization / action / OF10SetDlDstActionDeserializer.java
index 2cdc5d0d541e46714eb1e7e7c7813f7bfd8546d1..95762dc1a857e887ea6ba9ecaf508bd2b07af03b 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.deserialization.action;\r
-\r
-import org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.action.rev130731.SetDlDst;\r
-import org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.ActionBase;\r
-\r
-/**\r
- * @author michal.polkorab\r
- *\r
- */\r
-public class OF10SetDlDstActionDeserializer extends OF10AbstractMacAddressActionDeserializer {\r
-\r
-    @Override\r
-    protected Class<? extends ActionBase> getType() {\r
-        return SetDlDst.class;\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.deserialization.action;
+
+import org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.action.rev130731.SetDlDst;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.ActionBase;
+
+/**
+ * @author michal.polkorab
+ *
+ */
+public class OF10SetDlDstActionDeserializer extends OF10AbstractMacAddressActionDeserializer {
+
+    @Override
+    protected Class<? extends ActionBase> getType() {
+        return SetDlDst.class;
+    }
+
+}