Add the open parenthesis to '@ShellMethod'

This commit is contained in:
e
2019-05-28 19:12:08 +08:00
committed by Eric Bottard
parent f609fa5e6d
commit 43c4f917a5

View File

@@ -84,7 +84,7 @@ public class TranslationCommands {
this.service = service;
}
@ShellMethod"Translate text from one language to another.")
@ShellMethod("Translate text from one language to another.")
public String translate(
@ShellOption(mandatory = true) String text,
@ShellOption(mandatory = true, defaultValue = "en_US") Locale from,