diff --git a/kerberos/kerberos-core/spring-security-kerberos-core.gradle b/kerberos/kerberos-core/spring-security-kerberos-core.gradle index a83deb55bb..e989c20097 100644 --- a/kerberos/kerberos-core/spring-security-kerberos-core.gradle +++ b/kerberos/kerberos-core/spring-security-kerberos-core.gradle @@ -1,5 +1,6 @@ plugins { id 'io.spring.convention.spring-module' + id 'javadoc-warnings-error' } description = 'Spring Security Kerberos Core' diff --git a/kerberos/kerberos-core/src/main/java/org/springframework/security/kerberos/authentication/sun/SunJaasKerberosTicketValidator.java b/kerberos/kerberos-core/src/main/java/org/springframework/security/kerberos/authentication/sun/SunJaasKerberosTicketValidator.java index ada0506639..d5e6916398 100644 --- a/kerberos/kerberos-core/src/main/java/org/springframework/security/kerberos/authentication/sun/SunJaasKerberosTicketValidator.java +++ b/kerberos/kerberos-core/src/main/java/org/springframework/security/kerberos/authentication/sun/SunJaasKerberosTicketValidator.java @@ -148,7 +148,7 @@ public class SunJaasKerberosTicketValidator implements KerberosTicketValidator, /** *
- * The location of the keytab. You can use the normale Spring Resource prefixes like
+ * The location of the keytab. You can use the normal Spring Resource prefixes like
* file: or classpath:, but as the file is later on read by
* JAAS, we cannot guarantee that classpath works in every environment,
* esp. not in Java EE application servers. You should use file: there.