/[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.56 by jfrijters, Mon Aug 1 10:23:16 2005 UTC revision 1.57 by tromey, Tue Sep 13 21:25:11 2005 UTC
# Line 883  public abstract class ClassLoader Line 883  public abstract class ClassLoader
883     *     *
884     * @param name the (system specific) name of the requested library     * @param name the (system specific) name of the requested library
885     * @return the full pathname to the requested library, or null     * @return the full pathname to the requested library, or null
886     * @see Runtime#loadLibrary()     * @see Runtime#loadLibrary(String)
887     * @since 1.2     * @since 1.2
888     */     */
889    protected String findLibrary(String name)    protected String findLibrary(String name)
# Line 913  public abstract class ClassLoader Line 913  public abstract class ClassLoader
913     *     *
914     * @param name the package (and subpackages) to affect     * @param name the package (and subpackages) to affect
915     * @param enabled true to set the default to enabled     * @param enabled true to set the default to enabled
916     * @see #setDefaultAssertionStatus(String, boolean)     * @see #setDefaultAssertionStatus(boolean)
917     * @see #setClassAssertionStatus(String, boolean)     * @see #setClassAssertionStatus(String, boolean)
918     * @see #clearAssertionStatus()     * @see #clearAssertionStatus()
919     * @since 1.4     * @since 1.4
# Line 934  public abstract class ClassLoader Line 934  public abstract class ClassLoader
934     * @param name the class to affect     * @param name the class to affect
935     * @param enabled true to set the default to enabled     * @param enabled true to set the default to enabled
936     * @throws NullPointerException if name is null     * @throws NullPointerException if name is null
937     * @see #setDefaultAssertionStatus(String, boolean)     * @see #setDefaultAssertionStatus(boolean)
938     * @see #setPackageAssertionStatus(String, boolean)     * @see #setPackageAssertionStatus(String, boolean)
939     * @see #clearAssertionStatus()     * @see #clearAssertionStatus()
940     * @since 1.4     * @since 1.4

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57

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