Fixed indentation/tabs. Eclipse wasn't setup right I guess
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@500497 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ec4a0fdfac
commit
aac29e97ee
|
@ -423,7 +423,9 @@ public abstract class ToStringStyle implements Serializable {
|
|||
appendCyclicObject(buffer, fieldName, value);
|
||||
return;
|
||||
}
|
||||
|
||||
register(value);
|
||||
|
||||
try {
|
||||
if (value instanceof Collection) {
|
||||
if (detail) {
|
||||
|
|
Loading…
Reference in New Issue