Merged branch 'jetty-9.4.x' into 'master'.

This commit is contained in:
Simone Bordet 2017-10-06 00:13:15 +02:00
commit 5178f63a95
1 changed files with 1 additions and 1 deletions

View File

@ -1741,7 +1741,7 @@ public class SslContextFactory extends AbstractLifeCycle implements Dumpable
@Override
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(),
hashCode(),
_sslProvider,