GitHub user pckeyan opened a pull request:
https://github.com/apache/commons-lang/pull/308
LANG-1366 : Add Feature for No ClassName and MultiLine StringStyle
Added sub class to print with No Class Name in Multiline.
Added Junit.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pckeyan/commons-lang master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-lang/pull/308.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 #308
----
commit 2e806d5f576cfeb7fd151de197af3c54b9106e30
Author: Karthikeyan Palanivelu <[email protected]>
Date: 2017-11-06T15:28:50Z
LANG-1366 - Add Feature for No ClassName and MultiLine StringStyle
- Added the feature as a Inner Class to ToStringStyle
- Added JUnit
commit d716403dc4c3cbe30e596fcb6ceea82138c61af4
Author: Karthikeyan Palanivelu <[email protected]>
Date: 2017-11-06T15:33:53Z
Updated the Format
----
---