SOLR-5776: javadoc typo

(cherry picked from commit c0a287cb76)
This commit is contained in:
Chris Hostetter 2016-05-03 18:27:32 -07:00
parent a5e2be0444
commit f1ed73de11
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,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() {