浏览代码

Fix truncated javadoc for Secured

Fixes: gh-5861
John Lin 7 年之前
父节点
当前提交
f5e2ca1b6e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/src/main/java/org/springframework/security/access/annotation/Secured.java

+ 1 - 1
core/src/main/java/org/springframework/security/access/annotation/Secured.java

@@ -51,7 +51,7 @@ import java.lang.annotation.Target;
 @Documented
 public @interface Secured {
 	/**
-	 * Returns the list of security configuration attributes (e.g. ROLE_USER, ROLE_ADMIN).
+	 * Returns the list of security configuration attributes (e.g. ROLE_USER, ROLE_ADMIN).
 	 *
 	 * @return String[] The secure method attributes
 	 */