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 da...@apache.org on 2002/07/30 12:46:51 UTC

cvs commit: jakarta-james/src/java/org/apache/james/core MailImpl.java

danny       2002/07/30 03:46:50

  Modified:    src/java/org/apache/mailet MailAddress.java
               src/java/org/apache/james/core MailImpl.java
  Log:
  moved @author tags to head comment
  
  Revision  Changes    Path
  1.6       +1 -1      jakarta-james/src/java/org/apache/mailet/MailAddress.java
  
  Index: MailAddress.java
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/java/org/apache/mailet/MailAddress.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- MailAddress.java	30 Jul 2002 10:38:35 -0000	1.5
  +++ MailAddress.java	30 Jul 2002 10:46:50 -0000	1.6
  @@ -48,6 +48,7 @@
    * @author Roberto Lo Giacco <rl...@mail.com>
    * @author Serge Knystautas <se...@lokitech.com>
    * @author Gabriel Bucher <ga...@razor.ch>
  + * @author Stuart Roebuck <st...@adolos.com>
    */
   public class MailAddress implements java.io.Serializable {
       //We hardcode the serialVersionUID so that from James 1.2 on,
  @@ -208,7 +209,6 @@
        * for separate object instances.
        *
        * @return the hashcode.
  -     * @author Stuart Roebuck <st...@adolos.com>
        */
       public int hashCode() {
           return toString().toLowerCase().hashCode();
  
  
  
  1.12      +1 -2      jakarta-james/src/java/org/apache/james/core/MailImpl.java
  
  Index: MailImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/java/org/apache/james/core/MailImpl.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- MailImpl.java	25 May 2002 14:36:17 -0000	1.11
  +++ MailImpl.java	30 Jul 2002 10:46:50 -0000	1.12
  @@ -25,6 +25,7 @@
    * Wrap a MimeMessage adding routing informations (from SMTP) and same simple API.
    * @author Federico Barbieri <sc...@systemy.it>
    * @author Serge Knystautas <se...@lokitech.com>
  + * @author Stuart Roebuck <st...@adolos.co.uk>
    * @version 0.9
    */
   public class MailImpl implements Mail {
  @@ -143,8 +144,6 @@
        * documentation of MimeMessage.getSize().</p>
        *
        * @return approximate size of full message including headers.
  -     *
  -     * @author Stuart Roebuck <st...@adolos.co.uk>
        */
       public long getMessageSize() throws MessagingException {
           //If we have a MimeMessageWrapper, then we can ask it for just the
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>