jetty-9 - Avoid to print one last empty line after each collection, since they are already separated by indentation.
This commit is contained in:
parent
4ffe66f899
commit
ae9b32ba57
|
@ -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");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue