Mass replace CRLF->LF
[openflowjava.git] / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / core / OFDecoderStatisticsTest.java
index 4dd3f53b1c14a4b362ae041ca72421ac2a491528..2b30d84656f43815ae2820734c002051015316f7 100644 (file)
@@ -58,7 +58,7 @@ public class OFDecoderStatisticsTest {
         ofDecoder.setDeserializationFactory(mockDeserializationFactory);
         outList = new ArrayList<>();
         statCounters = StatisticsCounters.getInstance();
-        statCounters.startCounting(true, false, 0);
+        statCounters.startCounting(false, 0);
     }
 
     /**