You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by voyageth <gi...@git.apache.org> on 2016/09/07 05:28:45 UTC

[GitHub] commons-lang pull request #185: Fix ReflectionToStringBuilder toString javad...

GitHub user voyageth opened a pull request:

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

    Fix ReflectionToStringBuilder toString javadoc

    - as is
    ```
         * @param outputStatics
         *            whether to include transient fields
    ```
    
    - to be
    ```
         * @param outputStatics
         *            whether to include static fields
    ```

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

    $ git pull https://github.com/voyageth/commons-lang patch-1

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

    https://github.com/apache/commons-lang/pull/185.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 #185
    
----
commit 2d61e349dbd3e2e81450c9ac531218220b7e422d
Author: Sungju Kwon <su...@campmobile.com>
Date:   2016-09-07T05:26:18Z

    Fix ReflectionToStringBuilder toString javadoc
    
    - as is
         * @param outputStatics
         *            whether to include transient fields
    - to be
         * @param outputStatics
         *            whether to include static fields

----


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] commons-lang pull request #185: Fix ReflectionToStringBuilder toString javad...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] commons-lang issue #185: Fix ReflectionToStringBuilder toString javadoc

Posted by coveralls <gi...@git.apache.org>.
Github user coveralls commented on the issue:

    https://github.com/apache/commons-lang/pull/185
  
    
    [![Coverage Status](https://coveralls.io/builds/7774240/badge)](https://coveralls.io/builds/7774240)
    
    Coverage increased (+0.02%) to 93.477% when pulling **2d61e349dbd3e2e81450c9ac531218220b7e422d on voyageth:patch-1** into **c7c85ee39892df3ca007c6596c41654865be7e43 on apache:master**.



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] commons-lang issue #185: Fix ReflectionToStringBuilder toString javadoc

Posted by britter <gi...@git.apache.org>.
Github user britter commented on the issue:

    https://github.com/apache/commons-lang/pull/185
  
    Thank you!


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---