[GitHub] commons-lang pull request #191: ToStringExcludeNullValue

2017-04-28 Thread asfgit
Github user asfgit closed the pull request at:

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


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


[GitHub] commons-lang pull request #191: ToStringExcludeNullValue

2016-09-15 Thread amaral7
GitHub user amaral7 opened a pull request:

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

ToStringExcludeNullValue

I added an annotation to exclude a field from toString when the value is 
null.

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

$ git pull https://github.com/amaral7/commons-lang master

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

https://github.com/apache/commons-lang/pull/191.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 #191


commit 42005b30320cfec70e4fd02321ca5d59e0d3af5c
Author: Gabriel Amaral 
Date:   2016-09-15T16:54:43Z

Add annotation ToStringExcludeNullValue

commit 9f6acd29875b159f7f893671f0cf8c3934deb03d
Author: Gabriel Amaral 
Date:   2016-09-15T17:18:20Z

Merge remote-tracking branch 'upstream/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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---