mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-03-19 15:40:50 +08:00
tiny fix for spel parsing
This commit is contained in:
parent
58cb9f6429
commit
5a89a45053
@ -16,5 +16,5 @@ public @interface UserLock {
|
||||
@AliasFor("value")
|
||||
Routes route() default Routes.SHOW_HOME;
|
||||
|
||||
String args() default "";
|
||||
String args() default "{}";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user