Remove Itemlifecycle
[openflowplugin.git] / openflowplugin-impl / src / main / java / org / opendaylight / openflowplugin / impl / statistics / TimeCounter.java
index 19a20c74d7dc81665c52befa544265767977ac81..52df9f4cb298313a43edf4c5560cbc962b458791 100644 (file)
@@ -11,7 +11,7 @@ package org.opendaylight.openflowplugin.impl.statistics;
 import java.util.concurrent.TimeUnit;
 
 /**
- * Moving average - measure and compute
+ * Moving average - measure and compute.
  */
 public class TimeCounter {
     private long beginningOfLap;