Remove @Override annotations when implementing interfaces
---------------------------------------------------------

                 Key: CASSANDRA-1257
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1257
             Project: Cassandra
          Issue Type: Task
            Reporter: Jeremy Hanna
            Priority: Trivial


There are a lot of places in the code where @Override is used where we are 
simply implementing an interface instead of extending a class.  This task would 
just be to clean out those annotations because they don't make sense - you 
don't override an interface.  IntelliJ IDEA complains about it.  Not a big deal 
but just housekeeping.

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

Reply via email to