Remove trailing whitespace
[openflowjava.git] / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / statistics / StatisticsCountersTest.java
index d922d590e99717b13bd5cfce46862d45b5870206..fbe48b17e7ff472496693fa9bf5f9f6808446751 100644 (file)
@@ -15,7 +15,7 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 /**
- * General tests for StatisticsCounters class 
+ * General tests for StatisticsCounters class
  * @author madamjak
  *
  */
@@ -54,7 +54,7 @@ public class StatisticsCountersTest {
             } else {
                 Assert.assertNull("Wrong - not enabled counter give not null value", statCounters.getCounter(cet));
             }
-            
+
         }
         statCounters.resetCounters();
         for(CounterEventTypes cet : CounterEventTypes.values()){