Remove checkstyle syntax warnings from dr-node
[dmaap/datarouter.git] / datarouter-node / src / main / java / org / onap / dmaap / datarouter / node / TaskList.java
index 1eb73c6..7fa0dc4 100644 (file)
@@ -59,7 +59,7 @@ public class TaskList {
     }
 
     /**
-     * Get the next task to execute
+     * Get the next task to execute.
      */
     public synchronized Runnable next() {
         while (runlist != null) {