GitHub user mureinik opened a pull request:

    https://github.com/apache/commons-lang/pull/243

    Fix JsonToStringStyleTest.NestingPerson javadoc

    A `{@link}` javadoc can only reference a resolvable class name. The
    `{@link}` tag in `NestingPerson`'s javadoc is thus broken, as it directly
    references `JsonToStringStyle` without qualifying it with the enclosing
    `ToStringStyle` class.
    
    This patch adds the enclosing class to the javadoc, thus "unbreaking"
    the reference.

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

    $ git pull https://github.com/mureinik/commons-lang javadoc

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

    https://github.com/apache/commons-lang/pull/243.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 #243
    
----
commit fb833014528684fd65a9712894e32120b32a261d
Author: Allon Mureinik <amure...@redhat.com>
Date:   2017-02-22T23:20:47Z

    Fix JsonToStringStyleTest.NestingPerson javadoc
    
    A {@link} javadoc can only reference a resolvable class name. The
    {@link} tag in NestingPerson's javadoc is thus broken, as it directly
    references JsonToStringStyle without qualifying it with the enclosing
    ToStringStyle class.
    
    This patch adds the enclosing class to the javadoc, thus "unbreaking"
    the reference.

----


---
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