We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cdce3e commit 33416beCopy full SHA for 33416be
language/analysis/demo.sh
@@ -31,7 +31,7 @@
31
function run_nl() {
32
local main_class=com.google.cloud.language.samples.Analyze
33
local jar_file=target/language-entities-1.0-jar-with-dependencies.jar
34
- java -cp ${jar_file} ${main_class} $1 "$2"
+ java -cp ${jar_file} ${main_class} "$1" "$2"
35
}
36
37
#######################################
0 commit comments