Jochen Gazda created MIME4J-215:
-----------------------------------
Summary: Make MboxIterator compatible with target.jdk=1.5
Key: MIME4J-215
URL: https://issues.apache.org/jira/browse/MIME4J-215
Project: JAMES Mime4j
Issue Type: Bug
Reporter: Jochen Gazda
Priority: Trivial
Eclipse uses the target.jdk declared in apache-mime4j-project also for its
source validation and produces several error markers for MboxIterator, where
methods overriden from Iterable<CharBufferWrapper> are annotated with @Override.
There are two possibilities how this can be solved:
(a) Removing the @Override annotations from the methods in MboxIterator
(b) Declaring explicit 1.6 source compatibility somewhere in the pom hierarchy.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira