mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-01 19:39:21 +00:00
Fixed bad format
Signed-off-by: Greg Wilkins <gregw@webtide.com>
This commit is contained in:
parent
ecd0fe97f7
commit
13458ab515
@ -257,7 +257,7 @@ public class ContextFactory implements ObjectFactory
|
||||
{
|
||||
synchronized (__contextMap)
|
||||
{
|
||||
Dumpable.dumpObjects(out, indent, String.format("o.e.j.jndi.ContextFactory@", __contextMap.hashCode()), __contextMap);
|
||||
Dumpable.dumpObjects(out, indent, String.format("o.e.j.jndi.ContextFactory@%x", __contextMap.hashCode()), __contextMap);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user