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 f6aad96 commit 46a2de6Copy full SHA for 46a2de6
java/ql/src/Violations of Best Practice/Undesirable Calls/CallsToSystemExit.ql
@@ -44,7 +44,7 @@ class ExitOrHaltMethodCall extends MethodCall {
44
45
/**
46
* An intentional `MethodCall` to a system or runtime "exit" method, such as for
47
- * functions which exist for the purpose of exiting the program. Assumes that a an exit method
+ * functions which exist for the purpose of exiting the program. Assumes that an exit method
48
* call within a method is intentional if the exit code is passed from a parameter of the
49
* enclosing method.
50
*/
0 commit comments