Bug 2245 Fixed Avoid cycle between java packages
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / statistics / Counter.java
index 077bfe64b4c94c4901db341b26c421dc621e3fc2..33bd50aa8863b7eb2d16f9e2b381774ef6551c67 100644 (file)
@@ -81,4 +81,4 @@ public class Counter {
         long cntCurValue = getCounterValue();
         return String.format("+%d | %d",cntCurValue-cntPrevVal,cntCurValue);
     }
-}
\ No newline at end of file
+}