/[classpath]/classpath/java/lang/ClassLoader.java
ViewVC logotype

Diff of /classpath/java/lang/ClassLoader.java

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

revision 1.31.2.12 by gnu_andrew, Sun Aug 7 18:34:11 2005 UTC revision 1.31.2.13 by gnu_andrew, Tue Sep 20 18:46:27 2005 UTC
# Line 893  public abstract class ClassLoader Line 893  public abstract class ClassLoader
893     *     *
894     * @param name the (system specific) name of the requested library     * @param name the (system specific) name of the requested library
895     * @return the full pathname to the requested library, or null     * @return the full pathname to the requested library, or null
896     * @see Runtime#loadLibrary()     * @see Runtime#loadLibrary(String)
897     * @since 1.2     * @since 1.2
898     */     */
899    protected String findLibrary(String name)    protected String findLibrary(String name)
# Line 923  public abstract class ClassLoader Line 923  public abstract class ClassLoader
923     *     *
924     * @param name the package (and subpackages) to affect     * @param name the package (and subpackages) to affect
925     * @param enabled true to set the default to enabled     * @param enabled true to set the default to enabled
926     * @see #setDefaultAssertionStatus(String, boolean)     * @see #setDefaultAssertionStatus(boolean)
927     * @see #setClassAssertionStatus(String, boolean)     * @see #setClassAssertionStatus(String, boolean)
928     * @see #clearAssertionStatus()     * @see #clearAssertionStatus()
929     * @since 1.4     * @since 1.4
# Line 944  public abstract class ClassLoader Line 944  public abstract class ClassLoader
944     * @param name the class to affect     * @param name the class to affect
945     * @param enabled true to set the default to enabled     * @param enabled true to set the default to enabled
946     * @throws NullPointerException if name is null     * @throws NullPointerException if name is null
947     * @see #setDefaultAssertionStatus(String, boolean)     * @see #setDefaultAssertionStatus(boolean)
948     * @see #setPackageAssertionStatus(String, boolean)     * @see #setPackageAssertionStatus(String, boolean)
949     * @see #clearAssertionStatus()     * @see #clearAssertionStatus()
950     * @since 1.4     * @since 1.4

Legend:
Removed from v.1.31.2.12  
changed lines
  Added in v.1.31.2.13

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