X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=src%2Ftest%2Fjava%2Forg%2Fonap%2Faai%2Fbabel%2Flogging%2FLogReader.java;h=21a3d1d8cd0a93bf69c3748b6b4a7ad16cb011f3;hb=5d7c9960d7fd51e79b19adafcc2b2625ea474ed6;hp=77b8d600c46fadd9203b3baf4891c21eb76844d7;hpb=f3bf5dd360b93fd7ef6cc8d871a9903de9f27e5a;p=aai%2Fbabel.git diff --git a/src/test/java/org/onap/aai/babel/logging/LogReader.java b/src/test/java/org/onap/aai/babel/logging/LogReader.java index 77b8d60..21a3d1d 100644 --- a/src/test/java/org/onap/aai/babel/logging/LogReader.java +++ b/src/test/java/org/onap/aai/babel/logging/LogReader.java @@ -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();