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.35 by tdb, Tue May 21 16:47:10 2002 UTC vs.
Revision 1.36 by tdb, Wed Feb 5 19:35:04 2003 UTC

# Line 22 | Line 22
22   package uk.org.iscream.cms.conient;
23  
24   //---IMPORTS---
25 < import uk.org.iscream.cms.server.util.*;
25 > import uk.org.iscream.cms.util.*;
26   import java.io.*;
27   import java.net.*;
28   import javax.swing.JOptionPane;
# Line 140 | Line 140 | public class ConnectionHandler extends Thread {
140       * The algorithm we use to remove items from the queue
141       * if it reaches its maximum size.
142       *
143 <     * We use a FIFO algorithm, see the uk.org.iscream.cms.server.util.Queue
143 >     * We use a FIFO algorithm, see the uk.org.iscream.cms.util.Queue
144       * class for other options.
145       */
146      public static final int QUEUE_ALGORITHM = Queue.FIRST;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines