fixed formatting from merge

Signed-off-by: Greg Wilkins <gregw@webtide.com>
This commit is contained in:
Greg Wilkins 2019-06-18 09:51:54 +02:00
parent 862e6d008e
commit cd38756ef5
1 changed files with 0 additions and 1 deletions

View File

@ -105,7 +105,6 @@ public interface Dumpable
s = String.format("%s@%x[size=%d]",o.getClass().getComponentType(),o.hashCode(), Array.getLength(o));
else if (o instanceof Map)
s = String.format("%s@%x{size=%d}",o.getClass().getName(),o.hashCode(),((Map<?,?>)o).size());
else
{
s = String.valueOf(o);