mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
Update docs/language/learn-ql/java/basic-query-java.rst
Co-authored-by: Marcono1234 <Marcono1234@users.noreply.github.com>
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user