--- projects/cms/source/conient/uk/org/iscream/cms/conient/DataReader.java 2001/01/15 03:01:37 1.3 +++ projects/cms/source/conient/uk/org/iscream/cms/conient/DataReader.java 2001/01/15 03:15:06 1.4 @@ -8,7 +8,7 @@ import java.io.*; * in for anything that wants it. * * @author $Author: ajm $ - * @version $Id: DataReader.java,v 1.3 2001/01/15 03:01:37 ajm Exp $ + * @version $Id: DataReader.java,v 1.4 2001/01/15 03:15:06 ajm Exp $ */ public class DataReader extends Thread { @@ -17,7 +17,7 @@ public class DataReader extends Thread { /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.3 $"; + public final String REVISION = "$Revision: 1.4 $"; //---STATIC METHODS--- @@ -32,7 +32,7 @@ public class DataReader extends Thread { public void run() { boolean running = true; try { - while (_inBound.ready()) { + while (true) { _xml = _inBound.readLine(); synchronized (this) { notifyAll();