Skip to content

Commit

Permalink
Reference only the main ParseException and not the field parser impl …
Browse files Browse the repository at this point in the history
…specific implementation (avoid cyclic dependency) (MIME4J-156)

git-svn-id: https://svn.apache.org/repos/asf/james/mime4j/branches/cycleclean@895021 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Stefano Bagnara committed Jan 1, 2010
1 parent 4f45a59 commit ba3d79e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -21,7 +21,7 @@

import java.util.Map;

import org.apache.james.mime4j.field.contenttype.parser.ParseException;
import org.apache.james.mime4j.field.ParseException;

public interface ContentTypeField extends ParsedField {

Expand Down
Expand Up @@ -2,7 +2,7 @@

import java.util.Date;

import org.apache.james.mime4j.field.datetime.parser.ParseException;
import org.apache.james.mime4j.field.ParseException;

public interface DateTimeField extends ParsedField {

Expand Down

0 comments on commit ba3d79e

Please sign in to comment.