Skip to content
Snippets Groups Projects
Commit c8bd6d1f authored by Michael Leuschel's avatar Michael Leuschel
Browse files

add comment

parent 4f2b21dd
Branches
Tags
No related merge requests found
...@@ -215,7 +215,7 @@ public final class CliStarter { ...@@ -215,7 +215,7 @@ public final class CliStarter {
while (!endReached && (line = input.readLine()) != null) { // NOPMD while (!endReached && (line = input.readLine()) != null) { // NOPMD
applyPatterns(patterns, line); applyPatterns(patterns, line);
endReached = patterns.isEmpty() endReached = patterns.isEmpty()
|| line.contains("starting command loop"); || line.contains("starting command loop"); // printed in prob_socketserver.pl
} }
} catch (IOException e) { } catch (IOException e) {
final String message = "Problem while starting ProB. Cannot read from input stream."; final String message = "Problem while starting ProB. Cannot read from input stream.";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment