mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-07 18:48:39 +00:00
LANG-1112: MultilineRecursiveToStringStyle largely unusable due to being package-private. Thanks to Liam Jones for reporting this.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1674549 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
73a8fba6fb
commit
df37e605fe
@ -22,6 +22,7 @@
|
||||
<body>
|
||||
|
||||
<release version="3.5" date="tba" description="tba">
|
||||
<action issue="LANG-1112" type="update" dev="britter">MultilineRecursiveToStringStyle largely unusable due to being package-private.</action>
|
||||
<action issue="LANG-1058" type="update" dev="djones" due-to="Leo Wang">StringUtils.uncapitalize performance improvement</action>
|
||||
<action issue="LANG-1069" type="update" dev="djones" due-to="Arno Noordover">CharSet.getInstance documentation does not clearly explain how to include negation character in set</action>
|
||||
<action issue="LANG-1050" type="add" dev="djones" due-to="James Sawle">Change nullToEmpty methods to generics</action>
|
||||
|
@ -63,7 +63,7 @@
|
||||
* @since 3.4
|
||||
* @version $Id$
|
||||
*/
|
||||
class MultilineRecursiveToStringStyle extends RecursiveToStringStyle {
|
||||
public class MultilineRecursiveToStringStyle extends RecursiveToStringStyle {
|
||||
|
||||
/**
|
||||
* Required for serialization support.
|
||||
|
Loading…
x
Reference in New Issue
Block a user