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,8 +423,10 @@ protected void appendInternal(StringBuffer buffer, String fieldName, Object valu
appendCyclicObject(buffer, fieldName, value); appendCyclicObject(buffer, fieldName, value);
return; return;
} }
register(value); register(value);
try {
try {
if (value instanceof Collection) { if (value instanceof Collection) {
if (detail) { if (detail) {
appendDetail(buffer, fieldName, (Collection) value); appendDetail(buffer, fieldName, (Collection) value);