This commit is contained in:
da
2015-11-09 18:23:15 +01:00
parent 7f6a725c6f
commit bf4825e10d
@@ -23,6 +23,8 @@ public class StreamOpener extends Thread {
String line=null;
// comment
while((line=input.readLine()) != null) {
System.out.println(line);
}