checking in dmose parser and changes to make it usable

This commit is contained in:
benfry
2003-09-02 01:53:44 +00:00
parent bb521be137
commit 1744dc8820
9 changed files with 527 additions and 296 deletions

View File

@@ -43,8 +43,9 @@ class PdeMessageSiphon implements Runnable {
thread.start();
}
public void run() {
public void run() {
String currentLine;
try {
@@ -56,9 +57,8 @@ class PdeMessageSiphon implements Runnable {
}
} catch (Exception e) {
System.err.println("PdeMessageSiphon err " + e);
thread.stop();
//thread.stop(); // implicit (and no longer supported)
}
//System.err.println("siphon thread exiting");
}
}