mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-02-09 23:14:58 +00:00
Remove javadoc warnings for spring-security-kerberos-client
Closes gh-18453 Signed-off-by: Jay Choi <jayyoungchoi22@gmail.com>
This commit is contained in:
parent
1cfb3033e9
commit
7ace59c411
@ -1,5 +1,6 @@
|
||||
plugins {
|
||||
id 'io.spring.convention.spring-module'
|
||||
id 'javadoc-warnings-error'
|
||||
}
|
||||
|
||||
description = 'Spring Security Kerberos Client'
|
||||
|
||||
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user