Remove javadoc warnings for spring-security-kerberos-client

Closes gh-18453

Signed-off-by: Jay Choi <jayyoungchoi22@gmail.com>
This commit is contained in:
Jay Choi 2026-01-21 16:59:41 +09:00 committed by Rob Winch
parent 1cfb3033e9
commit 7ace59c411
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
plugins {
id 'io.spring.convention.spring-module'
id 'javadoc-warnings-error'
}
description = 'Spring Security Kerberos Client'

View File

@ -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();