diff --git a/java/ql/src/experimental/Security/CWE/CWE-400/ThreadResourceAbuse.qhelp b/java/ql/src/experimental/Security/CWE/CWE-400/ThreadResourceAbuse.qhelp index 4e192da4d26..432e29f99d0 100644 --- a/java/ql/src/experimental/Security/CWE/CWE-400/ThreadResourceAbuse.qhelp +++ b/java/ql/src/experimental/Security/CWE/CWE-400/ThreadResourceAbuse.qhelp @@ -13,7 +13,7 @@ of a server's threads to sleep, leading to denial of service.
To guard against this attack, consider specifying an upper range of allowed sleep time or adopting
-the producer/consumer design pattern with Thread.wait method to avoid performance
+the producer/consumer design pattern with Object.wait method to avoid performance
problems or even resource exhaustion.