Details
-
Task
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
None
Description
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.