Skip to content

Commit 7ace59c

Browse files
jayychoirwinch
authored andcommitted
Remove javadoc warnings for spring-security-kerberos-client
Closes gh-18453 Signed-off-by: Jay Choi <jayyoungchoi22@gmail.com>
1 parent 1cfb303 commit 7ace59c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

kerberos/kerberos-client/spring-security-kerberos-client.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
plugins {
22
id 'io.spring.convention.spring-module'
3+
id 'javadoc-warnings-error'
34
}
45

56
description = 'Spring Security Kerberos Client'

kerberos/kerberos-client/src/main/java/org/springframework/security/kerberos/client/KerberosRestTemplate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ private KerberosRestTemplate(String keyTabLocation, String userPrincipal, String
182182

183183
/**
184184
* Builds the default instance of {@link HttpClient} having kerberos support.
185-
* @return the http client with spneno auth scheme
185+
* @return the http client with SPNEGO auth scheme
186186
*/
187187
private static HttpClient buildHttpClient() {
188188
HttpClientBuilder builder = HttpClientBuilder.create();

0 commit comments

Comments
 (0)