Mass replace CRLF->LF
[openflowjava.git] / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / extensibility / HeaderDeserializer.java
index 594f3d024539a330e95838d1f786b8a074e5c741..855b2f69c71db6fd47298e0630031bf4cbf19ad6 100644 (file)
@@ -1,27 +1,27 @@
-/*\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
-package org.opendaylight.openflowjava.protocol.api.extensibility;\r
-\r
-import io.netty.buffer.ByteBuf;\r
-\r
-import org.opendaylight.yangtools.yang.binding.DataObject;\r
-\r
-/**\r
- * @author michal.polkorab\r
- * @param <E> \r
- */\r
-public interface HeaderDeserializer<E extends DataObject> extends OFGeneralDeserializer {\r
-\r
-    /**\r
-     * Deserializes byte message headers\r
-     * \r
-     * @param rawMessage message as bytes in ByteBuf\r
-     * @return POJO/DTO\r
-     */\r
-    E deserializeHeader(ByteBuf rawMessage);\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.api.extensibility;
+
+import io.netty.buffer.ByteBuf;
+
+import org.opendaylight.yangtools.yang.binding.DataObject;
+
+/**
+ * @author michal.polkorab
+ * @param <E> 
+ */
+public interface HeaderDeserializer<E extends DataObject> extends OFGeneralDeserializer {
+
+    /**
+     * Deserializes byte message headers
+     * 
+     * @param rawMessage message as bytes in ByteBuf
+     * @return POJO/DTO
+     */
+    E deserializeHeader(ByteBuf rawMessage);
+}