ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/conient/uk/org/iscream/cms/conient/DataReader.java
(Generate patch)

Comparing projects/cms/source/conient/uk/org/iscream/cms/conient/DataReader.java (file contents):
Revision 1.3 by ajm, Mon Jan 15 03:01:37 2001 UTC vs.
Revision 1.4 by ajm, Mon Jan 15 03:15:06 2001 UTC

# Line 32 | Line 32 | public class DataReader extends Thread {
32      public void run() {
33          boolean running = true;
34          try {
35 <            while (_inBound.ready()) {
35 >            while (true) {
36                  _xml = _inBound.readLine();
37                  synchronized (this) {
38                      notifyAll();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines