Merge "Remove unused interface"
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / statistics / TimeCounterTest.java
index 0e37a63bc70ab346b54fe2aa6c3102c9eefba42c..1c4a9ff5ee30e9a9d30c17f80365aae44a5d584a 100644 (file)
@@ -32,15 +32,13 @@ 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
      * - tm3 = 9/3 = 3 ms
-     *
      * But this times are only theoretical if whole test is executed without latency and atomically. Therefore awaited
      * average times can't be compared to exact values of awaited average time (therefore == was replaced with >=)
-     * @throws Exception
+     * @throws Exception if interrupted
      */
     @Test
     public void testGetAverageTimeBetweenMarks() throws Exception {
@@ -68,4 +66,4 @@ public class TimeCounterTest {
             LOG.error("processing sleep interrupted", e);
         }
     }
-}
\ No newline at end of file
+}