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 ba...@apache.org on 2008/08/04 16:32:28 UTC

svn commit: r682403 - /james/mime4j/trunk/src/site/apt/usage.apt

Author: bago
Date: Mon Aug  4 07:32:27 2008
New Revision: 682403

URL: http://svn.apache.org/viewvc?rev=682403&view=rev
Log:
Update usage according to new packages (MIME4J-51)

Modified:
    james/mime4j/trunk/src/site/apt/usage.apt

Modified: james/mime4j/trunk/src/site/apt/usage.apt
URL: http://svn.apache.org/viewvc/james/mime4j/trunk/src/site/apt/usage.apt?rev=682403&r1=682402&r2=682403&view=diff
==============================================================================
--- james/mime4j/trunk/src/site/apt/usage.apt (original)
+++ james/mime4j/trunk/src/site/apt/usage.apt Mon Aug  4 07:32:27 2008
@@ -126,7 +126,7 @@
   implement an event handler:
 
 --------------------------------------------------------------------  
-  public class MyContentHandler extends org.apache.james.mime4j.ContentHandler {
+  public class MyContentHandler extends org.apache.james.mime4j.parser.ContentHandler {
       public body(BodyDescriptor bd, InputStream is)
               throws MimeException, IOException {
           System.out.println("Body detected, contents = "



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