runtimeex handling, more revisions info

This commit is contained in:
benfry
2005-02-28 20:01:51 +00:00
parent 0c04328471
commit b2ad916054
5 changed files with 37 additions and 2 deletions

View File

@@ -51,6 +51,7 @@ class PdeMessageSiphon implements Runnable {
//
String currentLine;
while ((currentLine = streamReader.readLine()) != null) {
// \n is added again because readLine() strips it out
consumer.message(currentLine + "\n");
}
thread = null;