Issue #12430 remove erroneous comment from PrivilegedThreadFactory (#12440)

This commit is contained in:
Jan Bartel 2024-10-30 14:56:14 +11:00 committed by GitHub
parent 57f1313b36
commit e2277f087b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

View File

@ -33,10 +33,6 @@ import org.eclipse.jetty.util.security.SecurityUtils;
* For this reason, {@code Thread}s must be created in a privileged
* action, which restricts the calling context to just the caller
* frame, not all the frames in the stack.</p>
* <p>Since Java 18 and the removal of the Java security manager
* and related classes by JEP 411, {@code Thread}s do not retain
* the calling context, so there is no need to create them in a
* privileged action.</p>
*/
class PrivilegedThreadFactory
{