Fixed bad format

Signed-off-by: Greg Wilkins <gregw@webtide.com>
This commit is contained in:
Greg Wilkins 2020-02-04 16:29:58 +01:00
parent ecd0fe97f7
commit 13458ab515
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}
}