Ignore:
Timestamp:
Apr 27, 2004, 8:39:34 PM (22 years ago)
Author:
bird
Message:

GCC v3.3.3 sources.

Location:
branches/GNU/src/gcc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gcc

    • Property svn:ignore
      •  

        old new  
        2626configure.vr
        2727configure.vrs
         28
        2829Makefile
        29 dir.info
        3030lost+found
        3131update.out
  • branches/GNU/src/gcc/libjava/java/security/acl/LastOwnerException.java

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    11/* LastOwnerException.java -- User attempted to delete last ACL owner
    2    Copyright (C) 1998 Free Software Foundation, Inc.
     2   Copyright (C) 1998 Free Software Foundation, Inc.
    33
    44This file is part of GNU Classpath.
     
    4242 * of an access control list (ACL)
    4343 *
    44  * @version 0.0
    45  *
    46  * @author Aaron M. Renn ([email protected])
     44 * @
     45 *
     46 * @
    4747 */
    48 public class LastOwnerException extends java.lang.Exception
     48public class LastOwnerException extends Exception
    4949{
     50
     51
     52
     53
     54
    5055  /**
    5156   * Initialize a new instance of <code>LastOwnerException</code> that does
     
    5459  public LastOwnerException()
    5560  {
    56     super();
    5761  }
    5862}
Note: See TracChangeset for help on using the changeset viewer.