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.3 by tdb, Fri Jan 12 00:45:48 2001 UTC

# Line 45 | Line 45 | public class CIWrapper extends Thread {
45       */
46      public void run() {
47          int n = _queue.getQueue();
48 +        String xml = null;
49          while(true) {
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