1
0
mirror of synced 2026-07-19 09:35:12 +00:00

Add a missing space in Secured.value() signature

This commit is contained in:
Johnny Lim
2018-09-27 13:18:28 +09:00
committed by Rob Winch
parent 9a49795abc
commit 5e74da9b4f
@@ -55,5 +55,5 @@ public @interface Secured {
*
* @return String[] The secure method attributes
*/
public String[]value();
public String[] value();
}