GitHub user alex-filatov opened a pull request:

    https://github.com/apache/beam/pull/3531

    [BEAM-2306] Fail build when @Deprecated is used without @deprecated javadoc

    Add checkstyle check to fail the build when @Deprecated is used without 
@deprecated javadoc (or vice versa).
    
    The check is disabled for existing violations where reason for deprecation 
and/or alternative is not clear.

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

    $ git pull https://github.com/alex-filatov/beam 
beam-2306-check-missing-deprecated

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

    https://github.com/apache/beam/pull/3531.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 #3531
    
----
commit 0694dcc62a28a98363cdd67a69e3f2c3ce82e072
Author: Alex Filatov <alex-fila...@users.noreply.github.com>
Date:   2017-07-10T10:20:49Z

    [BEAM-2306] Add checkstyle check to fail the build when @Deprecated is used 
without @deprecated javadoc (or vice versa).
    
    The check is disabled for existing violations where reason for deprecation 
and/or alternative is not clear.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to