tiny fix for spel parsing

This commit is contained in:
Jake Potrebic 2020-09-06 18:39:36 -07:00
parent 58cb9f6429
commit 5a89a45053
No known key found for this signature in database
GPG Key ID: 7C58557EC9C421F8

View File

@ -16,5 +16,5 @@ public @interface UserLock {
@AliasFor("value")
Routes route() default Routes.SHOW_HOME;
String args() default "";
String args() default "{}";
}