home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / java / lang / System$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  656 b   |  19 lines

  1. package java.lang;
  2.  
  3. import java.security.AllPermission;
  4. import java.security.PrivilegedAction;
  5.  
  6. class System$1 implements PrivilegedAction {
  7.    // $FF: synthetic field
  8.    private final SecurityManager val$s;
  9.  
  10.    System$1(SecurityManager var1) {
  11.       this.val$s = var1;
  12.    }
  13.  
  14.    public Object run() {
  15.       this.val$s.getClass().getProtectionDomain().implies(new AllPermission());
  16.       return null;
  17.    }
  18. }
  19.