Mass replace CRLF->LF
[openflowjava.git] / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / extensibility / OFGeneralSerializer.java
index 0001c3e9da11da1e571b42e00b27039910d615db..6dd5d3f07ba41027dfdcc724cfba5e1c8446ec12 100644 (file)
@@ -1,17 +1,17 @@
-/*\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
-/**\r
- * Unifying superinterface\r
- * @author michal.polkorab\r
- * */\r
-public interface OFGeneralSerializer {\r
-\r
-    // empty unifying superinterface\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;
+
+/**
+ * Unifying superinterface
+ * @author michal.polkorab
+ * */
+public interface OFGeneralSerializer {
+
+    // empty unifying superinterface
+}