You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by hb...@apache.org on 2001/04/21 07:43:38 UTC

cvs commit: jakarta-james/src/org/apache/james/nntpserver/repository NNTPRepositoryImpl.java

hbedi       01/04/20 22:43:38

  Modified:    src/org/apache/james/nntpserver/repository
                        NNTPRepositoryImpl.java
  Log:
  Split code into different blocks. Makes system cleaner, modular, and
  more flexible.
  
  Revision  Changes    Path
  1.4       +3 -2      jakarta-james/src/org/apache/james/nntpserver/repository/NNTPRepositoryImpl.java
  
  Index: NNTPRepositoryImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/org/apache/james/nntpserver/repository/NNTPRepositoryImpl.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- NNTPRepositoryImpl.java	2001/04/19 04:06:57	1.3
  +++ NNTPRepositoryImpl.java	2001/04/21 05:43:37	1.4
  @@ -20,9 +20,10 @@
   import org.apache.james.nntpserver.DateSinceFileFilter;
   import org.apache.james.nntpserver.NNTPException;
   import org.apache.oro.io.GlobFilenameFilter;
  +import org.apache.phoenix.Block;
   
  -public class NNTPRepositoryImpl extends AbstractLoggable
  -    implements NNTPRepository, Configurable, Initializable, Component
  +public class NNTPRepositoryImpl extends AbstractLoggable 
  +    implements NNTPRepository, Configurable, Initializable, Block
   {
       private boolean readOnly;
       // the groups are located under this path.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: james-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-dev-help@jakarta.apache.org