Isn't this because of jdk 1.6 which also "supports" @override for
interface implementations ?

Bye,
Norman


2011/9/28  <fel...@apache.org>:
> Author: felixk
> Date: Wed Sep 28 10:54:06 2011
> New Revision: 1176817
>
> URL: http://svn.apache.org/viewvc?rev=1176817&view=rev
> Log:
> Does not override anything from super class
>
> Modified:
>    
> james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/search/LazyMessageSearchIndex.java
>
> Modified: 
> james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/search/LazyMessageSearchIndex.java
> URL: 
> http://svn.apache.org/viewvc/james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/search/LazyMessageSearchIndex.java?rev=1176817&r1=1176816&r2=1176817&view=diff
> ==============================================================================
> --- 
> james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/search/LazyMessageSearchIndex.java
>  (original)
> +++ 
> james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/search/LazyMessageSearchIndex.java
>  Wed Sep 28 10:54:06 2011
> @@ -70,7 +70,6 @@ public class LazyMessageSearchIndex<Id>
>      * complete
>      *
>      */
> -    @Override
>     public Iterator<Long> search(final MailboxSession session, final 
> Mailbox<Id> mailbox, SearchQuery searchQuery) throws MailboxException {
>         Id id = mailbox.getMailboxId();
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
> For additional commands, e-mail: server-dev-h...@james.apache.org
>
>

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

Reply via email to