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

Comparing projects/cms/source/server/uk/org/iscream/cms/server/filter/FilterThread.java (file contents):
Revision 1.38 by tdb, Sat Oct 12 22:12:36 2002 UTC vs.
Revision 1.39 by tdb, Wed Feb 5 16:43:47 2003 UTC

# Line 28 | Line 28 | import java.util.*;
28   import uk.org.iscream.cms.server.core.*;
29   import uk.org.iscream.cms.server.componentmanager.*;
30   import uk.org.iscream.cms.server.filter.*;
31 < import uk.org.iscream.cms.server.util.*;
31 > import uk.org.iscream.cms.util.*;
32  
33   /**
34   * Handle an incoming packet as a separate thread.
# Line 141 | Line 141 | public class FilterThread extends Thread{
141       * Overrides the {@link java.lang.Object#toString() Object.toString()}
142       * method to provide clean logging (every class should have this).
143       *
144 <     * This uses the uk.org.iscream.cms.server.util.NameFormat class
144 >     * This uses the uk.org.iscream.cms.util.NameFormat class
145       * to format the toString()
146       *
147       * @return the name of this class and its CVS revision

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines