home *** CD-ROM | disk | FTP | other *** search
- package java.net;
-
- import java.security.PrivilegedAction;
-
- class URLClassLoader$2 implements PrivilegedAction {
- // $FF: synthetic field
- private final String val$name;
- // $FF: synthetic field
- private final URLClassLoader this$0;
-
- URLClassLoader$2(URLClassLoader var1, String var2) {
- this.this$0 = var1;
- this.val$name = var2;
- }
-
- public Object run() {
- return URLClassLoader.access$000(this.this$0).getResource(this.val$name, true);
- }
- }
-