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 ch...@apache.org on 2001/06/24 14:14:32 UTC

cvs commit: jakarta-james/src/java/org/apache/james/imapserver FileMailbox.java Mailbox.java

charlesb    01/06/24 05:14:32

  Modified:    src/java/org/apache/james James.java
               src/java/org/apache/james/imapserver FileMailbox.java
                        Mailbox.java
  Log:
  Fix javadoc errors
  
  Revision  Changes    Path
  1.6       +2 -3      jakarta-james/src/java/org/apache/james/James.java
  
  Index: James.java
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/java/org/apache/james/James.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- James.java	2001/06/21 17:20:20	1.5
  +++ James.java	2001/06/24 12:14:31	1.6
  @@ -48,13 +48,12 @@
    * <br> 2) Handles interactions between components
    * <br> 3) Provides container services for Mailets
    *
  - * @version
    * @author  Federico Barbieri <sc...@pop.systemy.it>
    * @author Serge
    * @author <a href="mailto:charles@benett1.demon.co.uk">Charles Benett</a>
    *
  - * This is $Revision: 1.5 $
  - * Committed on $Date: 2001/06/21 17:20:20 $ by: $Author: charlesb $ 
  + * This is $Revision: 1.6 $
  + * Committed on $Date: 2001/06/24 12:14:31 $ by: $Author: charlesb $ 
    */
   public class James
       extends AbstractLoggable
  
  
  
  1.4       +0 -2      jakarta-james/src/java/org/apache/james/imapserver/FileMailbox.java
  
  Index: FileMailbox.java
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/java/org/apache/james/imapserver/FileMailbox.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- FileMailbox.java	2001/06/06 13:18:02	1.3
  +++ FileMailbox.java	2001/06/24 12:14:31	1.4
  @@ -1574,8 +1574,6 @@
        *
        * @param username String represnting user
        * @returns List of Integers wrapping uids of message
  -     * @throws AccessControlException if user does not have lookup rights for
  -     * this mailbox.
        */
       public List listUIDs(String user) {
           return new ArrayList(Collections.unmodifiableList(sequence));
  
  
  
  1.2       +0 -2      jakarta-james/src/java/org/apache/james/imapserver/Mailbox.java
  
  Index: Mailbox.java
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/java/org/apache/james/imapserver/Mailbox.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Mailbox.java	2001/05/11 11:01:11	1.1
  +++ Mailbox.java	2001/06/24 12:14:32	1.2
  @@ -512,8 +512,6 @@
        *
        * @param username String represnting user
        * @returns List of Integers wrapping uids of message
  -     * @throws AccessControlException if user does not have lookup rights for
  -     * this mailbox.
        */
       List listUIDs( String user );
   
  
  
  

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