From 43c4f917a5c072c466eacfa061457024bfe36321 Mon Sep 17 00:00:00 2001 From: e Date: Tue, 28 May 2019 19:12:08 +0800 Subject: [PATCH] Add the open parenthesis to '@ShellMethod' --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ec0dafcf..691768a5 100644 --- a/index.html +++ b/index.html @@ -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,