mirror of https://github.com/apache/lucene.git
SOLR-5776: javadoc typo
This commit is contained in:
parent
5d4cd44b6d
commit
c0a287cb76
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue