Update docs/language/learn-ql/java/basic-query-java.rst

Co-authored-by: Marcono1234 <Marcono1234@users.noreply.github.com>
This commit is contained in:
Shati Patel
2020-07-30 11:55:28 +02:00
committed by GitHub
parent 9aaf20e6f2
commit 0a4b828432

View File

@@ -108,7 +108,7 @@ Browsing the results of our basic query shows that it could be improved. Among t
if (...) {
...
} else if (!strcmp(option, "-verbose") {
} else if ("-verbose".equals(option)) {
// nothing to do - handled earlier
} else {
error("unrecognized option");