[
https://issues.apache.org/jira/browse/SHINDIG-142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dirk Balfanz updated SHINDIG-142:
---------------------------------
Attachment: patch.txt
This patch removes three faulty @Override annotations, and also gets rid of
trailing white spaces in the two files that are affected.
> @Overrides are for subclasses only, not for interface implmentations
> --------------------------------------------------------------------
>
> Key: SHINDIG-142
> URL: https://issues.apache.org/jira/browse/SHINDIG-142
> Project: Shindig
> Issue Type: Bug
> Components: Gadgets Server - Java
> Reporter: Dirk Balfanz
> Attachments: patch.txt
>
>
> I noticed two test cases that use the @Override tag for methods that
> implement an interface (as opposed to override a superclass method). Some
> compilers might flag that as an error (e.g. the one that eclipse uses
> internally does).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.