Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing @Override annotations #1476

Merged

Commits on Sep 6, 2019

  1. Add missing @OverRide annotations

    Added missing @OverRide annotations so that if/when methods in superclasses change
    there will be a compile-time error if subclasses haven't been changed accordingly.
    
    This was done using IntelliJ IDEA's "Missing @OverRide annotation" inspection.
    InfiniteLoop90 committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    dfa361e View commit details
    Browse the repository at this point in the history