Skip to content

Commit 6b4649a

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

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

kerberos/kerberos-core/spring-security-kerberos-core.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 Core'

kerberos/kerberos-core/src/main/java/org/springframework/security/kerberos/authentication/sun/SunJaasKerberosTicketValidator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public void setMultiTier(boolean multiTier) {
148148

149149
/**
150150
* <p>
151-
* The location of the keytab. You can use the normale Spring Resource prefixes like
151+
* The location of the keytab. You can use the normal Spring Resource prefixes like
152152
* <code>file:</code> or <code>classpath:</code>, but as the file is later on read by
153153
* JAAS, we cannot guarantee that <code>classpath</code> works in every environment,
154154
* esp. not in Java EE application servers. You should use <code>file:</code> there.

0 commit comments

Comments
 (0)