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.1 by tdb, Tue Jan 2 03:18:56 2001 UTC vs.
Revision 1.2 by tdb, Tue Jan 2 03:26:18 2001 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines