Add missing separator between subclasses. Fix provided by Dave Hughes via github.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1525014 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f39a72abed
commit
beda698670
|
@ -2206,6 +2206,8 @@ public abstract class ToStringStyle implements Serializable {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//----------------------------------------------------------------------------
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p><code>ToStringStyle</code> that does not print out the
|
* <p><code>ToStringStyle</code> that does not print out the
|
||||||
* classname, identity hashcode, content start or field name.</p>
|
* classname, identity hashcode, content start or field name.</p>
|
||||||
|
|
Loading…
Reference in New Issue