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

Comparing projects/cms/source/conient/uk/org/iscream/cms/conient/ConnectionHandler.java (file contents):
Revision 1.27 by ajm, Mon Mar 19 17:56:53 2001 UTC vs.
Revision 1.28 by tdb, Mon Mar 19 18:06:21 2001 UTC

# Line 492 | Line 492 | public class ConnectionHandler extends Thread {
492                      throw new IOException("server refused (" + response + ")");
493                  }
494                  
495 <                outBound.println(configName + ";" + propertyName);
495 >                _outBound.println(configName + ";" + propertyName);
496                  _outBound.flush();
497                  response = _inBound.readLine();
498                  if (response.equals("ERROR")) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines