[ 
https://issues.apache.org/jira/browse/TAP5-444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Howard M. Lewis Ship closed TAP5-444.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.1.0.0

> ToStringService uses @Override annotation improperly
> ----------------------------------------------------
>
>                 Key: TAP5-444
>                 URL: https://issues.apache.org/jira/browse/TAP5-444
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.0
>            Reporter: Fernando
>            Assignee: Howard M. Lewis Ship
>            Priority: Trivial
>             Fix For: 5.1.0.0
>
>
> Eclipse flags an error, since you are annotating @Override, while the 
> interface is not actually overriding a parent interface.  This could be 
> debated, but it would just be nice to just remove it..
> Index: 
> tapestry-ioc/src/test/java/org/apache/tapestry5/ioc/internal/ToStringService.java
> ===================================================================
> --- 
> tapestry-ioc/src/test/java/org/apache/tapestry5/ioc/internal/ToStringService.java
>    (revision 732923)
> +++ 
> tapestry-ioc/src/test/java/org/apache/tapestry5/ioc/internal/ToStringService.java
>    (working copy)
> @@ -19,6 +19,5 @@
>   */
>  public interface ToStringService
>  {
> -    @Override
>      String toString();
>  }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to