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 no...@apache.org on 2005/05/03 09:17:43 UTC

svn commit: r167879 - /james/server/branches/merge_v2_and_trunk/src/java/org/apache/james/transport/mailets/listservcommands/BaseCommand.java

Author: noel
Date: Tue May  3 00:17:42 2005
New Revision: 167879

URL: http://svn.apache.org/viewcvs?rev=167879&view=rev
Log:
fix typo in package name

Modified:
    james/server/branches/merge_v2_and_trunk/src/java/org/apache/james/transport/mailets/listservcommands/BaseCommand.java

Modified: james/server/branches/merge_v2_and_trunk/src/java/org/apache/james/transport/mailets/listservcommands/BaseCommand.java
URL: http://svn.apache.org/viewcvs/james/server/branches/merge_v2_and_trunk/src/java/org/apache/james/transport/mailets/listservcommands/BaseCommand.java?rev=167879&r1=167878&r2=167879&view=diff
==============================================================================
--- james/server/branches/merge_v2_and_trunk/src/java/org/apache/james/transport/mailets/listservcommands/BaseCommand.java (original)
+++ james/server/branches/merge_v2_and_trunk/src/java/org/apache/james/transport/mailets/listservcommands/BaseCommand.java Tue May  3 00:17:42 2005
@@ -21,7 +21,7 @@
 import org.apache.avalon.framework.configuration.ConfigurationException;
 import org.apache.james.services.UsersRepository;
 import org.apache.james.transport.mailets.ICommandListservManager;
-import org.apache.mailets.RFC2822Headers;
+import org.apache.mailet.RFC2822Headers;
 import org.apache.james.util.XMLResources;
 import org.apache.mailet.Mail;
 import org.apache.mailet.MailAddress;



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