--- old/core/JemmyCore/src/org/jemmy/env/TestOut.java 2018-05-20 10:11:48.714743184 +0200 +++ new/core/JemmyCore/src/org/jemmy/env/TestOut.java 2018-05-20 10:11:48.655741384 +0200 @@ -128,7 +128,7 @@ /** * Read one byte from input. * @return an int from input stream. - * @exception IOException + * @exception IOException todo document */ public int read() throws IOException { if (input != null) { @@ -141,7 +141,7 @@ /** * Read a line from input. * @return a line from input stream. - * @exception IOException + * @exception IOException todo document */ public String readln() throws IOException { if (buffInput != null) {