review results

Signed-off-by: Greg Wilkins <gregw@webtide.com>
This commit is contained in:
Greg Wilkins 2018-11-13 16:57:26 +01:00
parent 78a775396e
commit d1f52d1534

View File

@ -103,6 +103,6 @@ public class ProtocolHandlers implements Dumpable
@Override
public void dump(Appendable out, String indent) throws IOException
{
Dumpable.dumpObjects(out, indent, this.toString(), handlers);
Dumpable.dumpObjects(out, indent, this, handlers);
}
}