Create new tests for adding Widgets to VfModule
[aai/babel.git] / src / test / java / org / onap / aai / babel / logging / LogReader.java
index 77b8d60..21a3d1d 100644 (file)
@@ -79,8 +79,10 @@ public class LogReader {
     }
 
     /**
+     * Wait for and read new log entries.
+     *
      * @return new lines appended to the log file
-     * @throws IOException
+     * @throws IOException If an I/O error occurs
      */
     public String getNewLines() throws IOException {
         StopWatch stopwatch = new StopWatch();