Fixes #1871 - JMXify SslContextFactory.

Fixed toString() formatting.
This commit is contained in:
Simone Bordet 2017-10-06 00:12:03 +02:00
parent cebe2a7c4e
commit 268799b8bc
1 changed files with 1 additions and 1 deletions

View File

@ -1771,7 +1771,7 @@ public class SslContextFactory extends AbstractLifeCycle implements Dumpable
@Override @Override
public String toString() public String toString()
{ {
return String.format("%s@%x[provider=%s,keyStore=%s,trusStore=%s)", return String.format("%s@%x[provider=%s,keyStore=%s,trustStore=%s]",
getClass().getSimpleName(), getClass().getSimpleName(),
hashCode(), hashCode(),
_sslProvider, _sslProvider,