GitHub user krichter722 opened a pull request:

    https://github.com/apache/commons-fileupload/pull/14

    Add missing @Override annotations

    @Override annotations help to detect architectural errors and respond
    quicker to method changes. Unclear why the checkstyle configuration
    which includes MissingOverride passes the validation if they're missing.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/krichter722/commons-fileupload override

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/commons-fileupload/pull/14.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #14
    
----
commit 6377a58148c7a24d890007df13ee202a818f4a34
Author: Karl-Philipp Richter <krichter722@...>
Date:   2018-05-21T03:16:05Z

    Add missing @Override annotations
    
    @Override annotations help to detect architectural errors and respond
    quicker to method changes. Unclear why the checkstyle configuration
    which includes MissingOverride passes the validation if they're missing.

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to