Add missing license headers
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / statistics / TimeCounterTest.java
index 0e37a63bc70ab346b54fe2aa6c3102c9eefba42c..eac02f2c9faafc0cc4a2cbb4674e8d19c299898c 100644 (file)
@@ -32,7 +32,7 @@ public class TimeCounterTest {
      * - tm1 at time 2 ms
      * - tm2 at time 4 ms
      * - tm3 at time 9 ms
-     * 
+     *
      * awaited average time:
      * - tm1 = 2/1 = 2 ms
      * - tm2 = 4/2 = 2 ms
@@ -68,4 +68,4 @@ public class TimeCounterTest {
             LOG.error("processing sleep interrupted", e);
         }
     }
-}
\ No newline at end of file
+}