Skip to content

Commit 46a2de6

Browse files
Update java/ql/src/Violations of Best Practice/Undesirable Calls/CallsToSystemExit.ql
Co-authored-by: Michael Nebel <[email protected]>
1 parent f6aad96 commit 46a2de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Violations of Best Practice/Undesirable Calls/CallsToSystemExit.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class ExitOrHaltMethodCall extends MethodCall {
4444

4545
/**
4646
* 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
47+
* functions which exist for the purpose of exiting the program. Assumes that an exit method
4848
* call within a method is intentional if the exit code is passed from a parameter of the
4949
* enclosing method.
5050
*/

0 commit comments

Comments
 (0)