home *** CD-ROM | disk | FTP | other *** search
- package java.security;
-
- import sun.security.util.Debug;
-
- class AccessControlContext$1 implements PrivilegedAction {
- // $FF: synthetic field
- private final Debug val$db;
- // $FF: synthetic field
- private final ProtectionDomain val$pd;
- // $FF: synthetic field
- private final AccessControlContext this$0;
-
- AccessControlContext$1(AccessControlContext var1, Debug var2, ProtectionDomain var3) {
- this.this$0 = var1;
- this.val$db = var2;
- this.val$pd = var3;
- }
-
- public Object run() {
- this.val$db.println("domain that failed " + this.val$pd);
- return null;
- }
- }
-