jetty-9 - Avoid to print one last empty line after each collection, since they are already separated by indentation.

This commit is contained in:
Simone Bordet 2012-09-14 18:15:13 +02:00
parent 4ffe66f899
commit ae9b32ba57
1 changed files with 8 additions and 11 deletions

View File

@ -490,9 +490,6 @@ public class AggregateLifeCycle extends AbstractLifeCycle implements Destroyable
else else
dumpObject(out, o); dumpObject(out, o);
} }
if (i != size)
out.append(indent).append(" |\n");
} }
} }
} }