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…
Reference in New Issue