1
0

Fix typos in comments

This commit is contained in:
Gary Gregory
2024-08-21 09:17:35 -04:00
parent 41c6b731d9
commit 736d1c3fa7
3 changed files with 5 additions and 5 deletions

View File

@@ -113,7 +113,7 @@ public class MockSecurityManager extends SecurityManager {
//
// TODO: maybe check class is loaded via system loader or similar rather
// than checking name? Trusted domains may be different in alternative
// jvms..
// jvms.
} else if (cname.startsWith("org.apache.commons.logging.security")) {
// this is the unit test code; treat this like an untrusted client
// app that is using JCL