Mass replace CRLF->LF
[openflowjava.git] / openflow-protocol-spi / src / main / java / org / opendaylight / openflowjava / protocol / spi / statistics / StatisticsHandler.java
index c5d7a6aaab0333eae5c0308e51ee3fbb8831adaf..1d2c580b9d5665fc1ed00b10f9e3880ca72ad4b8 100644 (file)
@@ -1,28 +1,28 @@
-/*\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.spi.statistics;\r
-\r
-/**\r
- * Used for JConsole service\r
- * \r
- * @author michal.polkorab\r
- */\r
-public interface StatisticsHandler {\r
-\r
-    /**\r
-     * Resets all counters\r
-     */\r
-    public void resetCounters();\r
-\r
-    /**\r
-     * Prints statistics\r
-     * @return statistics\r
-     */\r
-    public String printStatistics();\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.spi.statistics;
+
+/**
+ * Used for JConsole service
+ * 
+ * @author michal.polkorab
+ */
+public interface StatisticsHandler {
+
+    /**
+     * Resets all counters
+     */
+    public void resetCounters();
+
+    /**
+     * Prints statistics
+     * @return statistics
+     */
+    public String printStatistics();
 }
\ No newline at end of file