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 2003/01/07 13:03:05 UTC

cvs commit: jakarta-james/src/java/org/apache/james/transport/mailets ToRepository.java

danny       2003/01/07 04:03:05

  Modified:    src/java/org/apache/james/transport/mailets
                        ToRepository.java
  Log:
  removed refrence to MailImpl
  
  Revision  Changes    Path
  1.11      +3 -4      jakarta-james/src/java/org/apache/james/transport/mailets/ToRepository.java
  
  Index: ToRepository.java
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/java/org/apache/james/transport/mailets/ToRepository.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ToRepository.java	7 Jan 2003 11:06:34 -0000	1.10
  +++ ToRepository.java	7 Jan 2003 12:03:05 -0000	1.11
  @@ -9,7 +9,6 @@
   
   import javax.mail.MessagingException;
   
  -import org.apache.james.core.MailImpl;
   import org.apache.mailet.GenericMailet;
   import org.apache.mailet.Mail;
   import org.apache.mailet.MailRepository;
  @@ -67,8 +66,8 @@
        *
        * @param mail the mail to process
        */
  -    public void service(Mail genericmail) {
  -        MailImpl mail = (MailImpl)genericmail;
  +    public void service(Mail mail) {
  +        
           StringBuffer logBuffer =
               new StringBuffer(160)
                       .append("Storing mail ")
  
  
  

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