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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]