Skip to content

Commit a82e11e

Browse files
committed
Fix javadoc warning in spring-security-access
Signed-off-by: Joe Kuhel <4983938+jkuhel@users.noreply.github.com>
1 parent 0a035ca commit a82e11e

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

access/spring-security-access.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
plugins {
2+
id 'javadoc-warnings-error'
3+
}
4+
15
apply plugin: 'io.spring.convention.spring-module'
26

37
dependencies {

access/src/main/java/org/springframework/security/access/intercept/aopalliance/MethodSecurityMetadataSourceAdvisor.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@
5353
*
5454
* @author Ben Alex
5555
* @author Luke Taylor
56-
* @deprecated Use {@link EnableMethodSecurity} or publish interceptors directly
56+
* @deprecated Use
57+
* <code>org.springframework.security.config.annotation.method.configuration.EnableMethodSecurity</code>
58+
* or publish interceptors directly
5759
*/
5860
@NullUnmarked
5961
@Deprecated

0 commit comments

Comments
 (0)