You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "ryan rawson (JIRA)" <ji...@apache.org> on 2009/06/01 08:36:07 UTC

[jira] Commented: (HBASE-1465) Remove unnecessary @Overrides

    [ https://issues.apache.org/jira/browse/HBASE-1465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12714994#action_12714994 ] 

ryan rawson commented on HBASE-1465:
------------------------------------

Check your settings - make sure you are set to language compatibility 6.0 or higher.  @override is allowed in 6 for interfaces, but not in 5.

I don't really get the point of @override however, the IDE and javadoc tools should know this without the use of annotations.  The code looks better without it too imho.

> Remove unnecessary @Overrides
> -----------------------------
>
>                 Key: HBASE-1465
>                 URL: https://issues.apache.org/jira/browse/HBASE-1465
>             Project: Hadoop HBase
>          Issue Type: Improvement
>    Affects Versions: 0.20.0
>            Reporter: Jonathan Gray
>            Assignee: Jonathan Gray
>            Priority: Trivial
>             Fix For: 0.20.0
>
>
> Eclipse on my Mac is showing some errors when an @Override is used when a class implements an interface rather than extends.
> Not a big deal but I want to keep this patch around anyways for personal use.

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