Fix truncated javadoc for Secured

Fixes: gh-5861
This commit is contained in:
John Lin 2018-09-18 14:38:40 +08:00 committed by Rob Winch
parent 62db88ce6a
commit f5e2ca1b6e
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/