Remove javadoc warnings for spring-security-kerberos-client
Closes gh-18453 Signed-off-by: Jay Choi <jayyoungchoi22@gmail.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
plugins {
|
||||
id 'io.spring.convention.spring-module'
|
||||
id 'javadoc-warnings-error'
|
||||
}
|
||||
|
||||
description = 'Spring Security Kerberos Client'
|
||||
|
||||
+1
-1
@@ -182,7 +182,7 @@ public class KerberosRestTemplate extends RestTemplate {
|
||||
|
||||
/**
|
||||
* Builds the default instance of {@link HttpClient} having kerberos support.
|
||||
* @return the http client with spneno auth scheme
|
||||
* @return the http client with SPNEGO auth scheme
|
||||
*/
|
||||
private static HttpClient buildHttpClient() {
|
||||
HttpClientBuilder builder = HttpClientBuilder.create();
|
||||
|
||||
Reference in New Issue
Block a user