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

Comparing projects/cms/source/server/uk/org/iscream/cms/server/rootfilter/CIWrapper.java (file contents):
Revision 1.5 by tdb, Fri Jan 19 01:12:14 2001 UTC vs.
Revision 1.6 by tdb, Fri Jan 19 01:16:03 2001 UTC

# Line 49 | Line 49 | public class CIWrapper extends Thread {
49          String xml = null;
50          while(true) {
51              try {
52 <                xml = (String) _queue.get(n);
52 >                xml = (String) _queue.get(_queueID);
53              }
54              catch (InvalidQueueException e) {
55                  _logger.write(toString(), Logger.ERROR, "Queue error: "+e);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines