mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 01:15:44 +01:00
improve i18n support
This commit is contained in:
@@ -47,7 +47,7 @@ import java.lang.annotation.RetentionPolicy;
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface Command
|
||||
{
|
||||
String value() default "";
|
||||
String usage() default "";
|
||||
String value() default "";
|
||||
String usage() default "";
|
||||
boolean sessionRequired() default true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user