Mass replace CRLF->LF
[openflowjava.git] / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / keys / experimenter / ExperimenterSerializerKey.java
index a99990fec97494e23cf62c097af8b8d141633f94..8ce152bcb281b121ff887a3ba7d44f4d491236b3 100644 (file)
@@ -1,17 +1,17 @@
-/*\r
- * Copyright (c) 2014 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.api.keys.experimenter;\r
-\r
-/**\r
- * Marker interface - marks keys appropriate for experimenter serializer registration\r
- * @author michal.polkorab\r
- */\r
-public interface ExperimenterSerializerKey {\r
-    // only empty marker interface - to ease extensions registration\r
-}\r
+/*
+ * Copyright (c) 2014 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.keys.experimenter;
+
+/**
+ * Marker interface - marks keys appropriate for experimenter serializer registration
+ * @author michal.polkorab
+ */
+public interface ExperimenterSerializerKey {
+    // only empty marker interface - to ease extensions registration
+}