mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-13 22:03:33 +00:00
Add a missing space in Secured.value() signature
This commit is contained in:
parent
b5b2e2c50e
commit
dac46dc57c
@ -55,5 +55,5 @@ public @interface Secured {
|
|||||||
*
|
*
|
||||||
* @return String[] The secure method attributes
|
* @return String[] The secure method attributes
|
||||||
*/
|
*/
|
||||||
public String[]value();
|
public String[] value();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user