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:
Benedikt Ritter 2013-09-20 14:08:12 +00:00
parent f39a72abed
commit beda698670
1 changed files with 2 additions and 0 deletions

View File

@ -2206,6 +2206,8 @@ private Object readResolve() {
}
//----------------------------------------------------------------------------
/**
* <p><code>ToStringStyle</code> that does not print out the
* classname, identity hashcode, content start or field name.</p>