Skip to content

Commit 5a6bc2b

Browse files
committed
docs: adapt comments 2
1 parent 2b3a585 commit 5a6bc2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/kernel/src/org/apache/axis2/java/security/AccessController.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
/**
3030
* This utility wrapper class is created to support AXIS2 runs
31-
* inside of Java 2 Security environment. Due to the access control
32-
* checking algorithm, for Java 2 Security to function properly,
31+
* inside of Java security environments. Due to the access control
32+
* checking algorithm, for Java security to function properly,
3333
* <code>doPrivileged()</code>
3434
* is required in cases where there is application code on the stack frame
3535
* accessing system resources (ie, read/write files, opening ports, and etc).

0 commit comments

Comments
 (0)