Remove javadoc warnings for spring-security-kerberos-core
Closes gh-18454 Signed-off-by: Jay Choi <jayyoungchoi22@gmail.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
plugins {
|
||||
id 'io.spring.convention.spring-module'
|
||||
id 'javadoc-warnings-error'
|
||||
}
|
||||
|
||||
description = 'Spring Security Kerberos Core'
|
||||
|
||||
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user