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

Diff of /classpath/java/security/UnresolvedPermission.java

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

revision 1.7 by tromey, Fri Apr 23 20:34:11 2004 UTC revision 1.7.2.1 by gnu_andrew, Sat Jan 15 17:02:09 2005 UTC
# Line 1  Line 1 
1  /* UnresolvedPermission.java -- Placeholder for unresolved permissions  /* UnresolvedPermission.java -- Placeholder for unresolved permissions
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    
41  // All uses of Certificate in this file refer to the one in the listed  // All uses of Certificate in this file refer to the one in the listed
42  // package, not this one.  // package, not this one.
43  import java.security.cert.Certificate;  import java.security.cert.Certificate;
44  import java.util.Arrays;  import java.util.Arrays;
 import java.util.Hashtable;  
 import java.util.Vector;  
45  import java.util.Enumeration;  import java.util.Enumeration;
46    import java.util.Hashtable;
47  import java.util.NoSuchElementException;  import java.util.NoSuchElementException;
48    import java.util.Vector;
49    
50  /**  /**
51   * This class is used to hold instances of all permissions that cannot   * This class is used to hold instances of all permissions that cannot

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.7.2.1

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