1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Remove javadoc warnings for spring-security-kerberos-core

Closes gh-18454

Signed-off-by: Jay Choi <jayyoungchoi22@gmail.com>
This commit is contained in:
Jay Choi
2026-01-21 17:56:46 +09:00
committed by Rob Winch
parent 7ace59c411
commit 6b4649ad3e
2 changed files with 2 additions and 1 deletions
@@ -1,5 +1,6 @@
plugins {
id 'io.spring.convention.spring-module'
id 'javadoc-warnings-error'
}
description = 'Spring Security Kerberos Core'
@@ -148,7 +148,7 @@ public class SunJaasKerberosTicketValidator implements KerberosTicketValidator,
/**
* <p>
* 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
* <code>file:</code> or <code>classpath:</code>, but as the file is later on read by
* JAAS, we cannot guarantee that <code>classpath</code> works in every environment,
* esp. not in Java EE application servers. You should use <code>file:</code> there.