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

Diff of /classpath/java/security/BasicPermission.java

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

revision 1.13 by robilad, Thu Feb 3 19:20:05 2005 UTC revision 1.14 by mkoch, Wed Feb 16 11:18:38 2005 UTC
# Line 1  Line 1 
1  /* BasicPermission.java -- implements a simple named permission  /* BasicPermission.java -- implements a simple named permission
2     Copyright (C) 1998, 1999, 2002, 2003, 2004  Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 2002, 2003, 2004, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 58  import java.util.Hashtable; Line 58  import java.util.Hashtable;
58   * <p>This class ignores the action list.  Subclasses can choose to implement   * <p>This class ignores the action list.  Subclasses can choose to implement
59   * actions on top of this class if desired.   * actions on top of this class if desired.
60   *   *
61   * @author Aaron M. Renn <arenn@urbanophile.com>   * @author Aaron M. Renn (arenn@urbanophile.com)
62   * @author Eric Blake <ebb9@email.byu.edu>   * @author Eric Blake (ebb9@email.byu.edu)
63   * @see Permission   * @see Permission
64   * @see Permissions   * @see Permissions
65   * @see PermissionCollection   * @see PermissionCollection
# Line 203  public abstract class BasicPermission ex Line 203  public abstract class BasicPermission ex
203     * Implements AllPermission.newPermissionCollection, and obeys serialization     * Implements AllPermission.newPermissionCollection, and obeys serialization
204     * of JDK.     * of JDK.
205     *     *
206     * @author Eric Blake <ebb9@email.byu.edu>     * @author Eric Blake (ebb9@email.byu.edu)
207     */     */
208    private static final class BasicPermissionCollection extends PermissionCollection    private static final class BasicPermissionCollection extends PermissionCollection
209    {    {

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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