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:
Henri Yandell 2007-01-27 07:13:59 +00:00
parent ec4a0fdfac
commit aac29e97ee
1 changed files with 87 additions and 85 deletions

View File

@ -423,7 +423,9 @@ public abstract class ToStringStyle implements Serializable {
appendCyclicObject(buffer, fieldName, value);
return;
}
register(value);
try {
if (value instanceof Collection) {
if (detail) {