SOLR-5776: javadoc typo

This commit is contained in:
Chris Hostetter 2016-05-03 18:27:32 -07:00
parent 5d4cd44b6d
commit c0a287cb76
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ public class SSLTestConfig extends SSLConfig {
}
/**
* Returns an SslContextFactory using {@link buildServerSSLContext} if SSL should be used, else returns null.
* Returns an SslContextFactory using {@link #buildServerSSLContext} if SSL should be used, else returns null.
*/
@Override
public SslContextFactory createContextFactory() {