Skip to content

Commit 68ffa0f

Browse files
izeyerwinch
authored andcommitted
Add a missing space in Secured.value() signature
1 parent 1205040 commit 68ffa0f

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/java/org/springframework/security/access/annotation

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@
5555
*
5656
* @return String[] The secure method attributes
5757
*/
58-
public String[]value();
58+
public String[] value();
5959
}

0 commit comments

Comments
 (0)