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

Co-authored-by: Michael Nebel <michaelnebel@github.com>
This commit is contained in:
Napalys Klicius
2025-08-21 13:21:17 +02:00
committed by GitHub
parent f6aad96504
commit 46a2de69cd

View File

@@ -44,7 +44,7 @@ class ExitOrHaltMethodCall extends MethodCall {
/**
* An intentional `MethodCall` to a system or runtime "exit" method, such as for
* 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
* call within a method is intentional if the exit code is passed from a parameter of the
* enclosing method.
*/