Skip to content

Commit

Permalink
Fix truncated javadoc for Secured
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlinp committed Sep 18, 2018
1 parent 12c17e8 commit cf4b758
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
@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
*/
Expand Down

0 comments on commit cf4b758

Please sign in to comment.