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 <[EMAIL PROTECTED]>
    * @author Serge Knystautas <[EMAIL PROTECTED]>
    * @author Gabriel Bucher <[EMAIL PROTECTED]>
  + * @author Stuart Roebuck <[EMAIL PROTECTED]>
    */
   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 <[EMAIL PROTECTED]>
        */
       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 <[EMAIL PROTECTED]>
    * @author Serge Knystautas <[EMAIL PROTECTED]>
  + * @author Stuart Roebuck <[EMAIL PROTECTED]>
    * @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 <[EMAIL PROTECTED]>
        */
       public long getMessageSize() throws MessagingException {
           //If we have a MimeMessageWrapper, then we can ask it for just the
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to