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/AccessController.java

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    4444 * Manipulates the access control context for code that needs to be executed
    4545 * the protection domain of the calling class (by explicitly ignoring the
    46  * context of the calling code) in the <code>doPriviliged()</code> methods.
     46 * context of the calling code) in the <code>doPrivilged()</code> methods.
    4747 * And provides a <code>getContext()</code> method which gives the access
    4848 * control context of the current thread that can be used for checking
     
    132132   * <code>run()</code> should be be called.
    133133   * @returns the result of the <code>action.run()</code> method.
    134    * @exception PriviligedActionException wrapped around any exception that
     134   * @exception PrivilgedActionException wrapped around any exception that
    135135   * is thrown in the <code>run()</code> method.
    136136   */
     
    164164   * domains should be added to the protection domain of the calling class.
    165165   * @returns the result of the <code>action.run()</code> method.
    166    * @exception PriviligedActionException wrapped around any exception that
     166   * @exception PrivilgedActionException wrapped around any exception that
    167167   * is thrown in the <code>run()</code> method.
    168168   */
Note: See TracChangeset for help on using the changeset viewer.