mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-01 03:19:13 +00:00
Issue #3103
review results Signed-off-by: Greg Wilkins <gregw@webtide.com>
This commit is contained in:
parent
78a775396e
commit
d1f52d1534
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user