/[classpath]/classpath/java/security/AllPermission.java
ViewVC logotype

Diff of /classpath/java/security/AllPermission.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by ericb, Fri Mar 29 08:30:51 2002 UTC revision 1.6.2.1 by gnu_andrew, Sat Jan 15 17:02:07 2005 UTC
# Line 1  Line 1 
1  /* AllPermission.java -- Permission to do anything  /* AllPermission.java -- Permission to do anything
2     Copyright (C) 1998, 2001, 2002 Free Software Foundation, Inc.     Copyright (C) 1998, 2001, 2002, 2004  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 35  this exception to your version of the li Line 35  this exception to your version of the li
35  obligated to do so.  If you do not wish to do so, delete this  obligated to do so.  If you do not wish to do so, delete this
36  exception statement from your version. */  exception statement from your version. */
37    
38    
39  package java.security;  package java.security;
40    
 import java.util.Enumeration;  
 import java.util.Collections;  
41  import gnu.java.util.EmptyEnumeration;  import gnu.java.util.EmptyEnumeration;
42    
43    import java.util.Collections;
44    import java.util.Enumeration;
45    
46  /**  /**
47   * This class is a permission that implies all other permissions.  Granting   * This class is a permission that implies all other permissions.  Granting
48   * this permission effectively grants all others.  Extreme caution should   * this permission effectively grants all others.  Extreme caution should
49   * be exercised in granting this permission.   * be exercised in granting this permission.
50   *   *
51   * @author Aaron M. Renn <arenn@urbanophile.com>   * @author Aaron M. Renn (arenn@urbanophile.com)
52   * @author Eric Blake <ebb9@email.byu.edu>   * @author Eric Blake (ebb9@email.byu.edu)
53   * @see AccessController   * @see AccessController
54   * @see Permissions   * @see Permissions
55   * @see SecurityManager   * @see SecurityManager

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.6.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26