GitHub user innokenty-shuvalov opened a pull request: https://github.com/apache/commons-lang/pull/40
add NoClassNameToStringStyle implementation of ToStringStyle Using the example from ```ToStringBuilder```, the output would look like this: ``` [name=John Doe,age=33,smoker=false] ``` You can merge this pull request into a Git repository by running: $ git pull https://github.com/innokenty-shuvalov/commons-lang trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/commons-lang/pull/40.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 #40 ---- commit 6c9ed84f7c94e78532c23980be6bfa8ad2aea881 Author: innokenty <innoke...@yandex-team.ru> Date: 2014-02-12T15:39:12Z fix typo in builder.ToStringStyle javadoc commit abccba1e9b1ce5e5089e65d5cd1a3877a17ab7ce Author: innokenty <innoke...@yandex-team.ru> Date: 2014-02-12T15:49:27Z add NoClassNameToStringStyle implementation of ToStringStyle commit 343809506876d594d3588710013b1971e4294787 Author: innokenty <innoke...@yandex-team.ru> Date: 2014-12-27T21:06:12Z fix NoClassNameToStringStyle ---- --- 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. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org