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.32 by ajm, Tue May 1 19:25:14 2001 UTC vs.
Revision 1.33 by tdb, Tue May 29 17:41:32 2001 UTC

# Line 1 | Line 1
1   //---PACKAGE DECLARATION---
2 < package uk.org.iscream.conient;
2 > package uk.org.iscream.cms.conient;
3  
4   //---IMPORTS---
5 < import uk.org.iscream.util.*;
5 > import uk.org.iscream.cms.server.util.*;
6   import java.io.*;
7   import java.net.*;
8   import javax.swing.JOptionPane;
# Line 120 | Line 120 | public class ConnectionHandler extends Thread {
120       * The algorithm we use to remove items from the queue
121       * if it reaches its maximum size.
122       *
123 <     * We use a FIFO algorithm, see the uk.org.iscream.util.Queue
123 >     * We use a FIFO algorithm, see the uk.org.iscream.cms.server.util.Queue
124       * class for other options.
125       */
126      public static final int QUEUE_ALGORITHM = Queue.FIRST;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines