GitHub user innokenty-shuvalov opened a pull request: https://github.com/apache/commons-lang/pull/17
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/apache/commons-lang trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/commons-lang/pull/17.patch ---- commit ff479046c53970bdda7a1ee3ad5177f62fdc96e0 Author: innokenty <innoke...@yandex-team.ru> Date: 2014-02-12T15:39:12Z fix typo in builder.ToStringStyle javadoc commit 984b7a5b0ead19ff9ac7024bf88dbf8957277660 Author: innokenty <innoke...@yandex-team.ru> Date: 2014-02-12T15:49:27Z add NoClassNameToStringStyle implementation of ToStringStyle ---- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org