Add a missing space in Secured.value() signature
This commit is contained in:
parent
12050404ad
commit
68ffa0fece
|
|
@ -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…
Reference in New Issue