mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-06 01:58:24 +00:00
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 @@ 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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user