/[classpath]/classpath/java/rmi/server/RMIClassLoader.java
ViewVC logotype

Diff of /classpath/java/rmi/server/RMIClassLoader.java

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

revision 1.10.2.5 by tromey, Fri Nov 25 22:50:47 2005 UTC revision 1.10.2.6 by tromey, Tue Nov 29 14:50:55 2005 UTC
# Line 102  public class RMIClassLoader Line 102  public class RMIClassLoader
102     * @throws MalformedURLException if the URL is not well formed     * @throws MalformedURLException if the URL is not well formed
103     * @throws ClassNotFoundException if the requested class cannot be found     * @throws ClassNotFoundException if the requested class cannot be found
104     */     */
105    public static Class loadClass(URL codeBase, String name)    public static Class<?> loadClass(URL codeBase, String name)
106      throws MalformedURLException, ClassNotFoundException      throws MalformedURLException, ClassNotFoundException
107    {    {
108      RMIClassLoaderSpi spi = getProviderInstance();      RMIClassLoaderSpi spi = getProviderInstance();

Legend:
Removed from v.1.10.2.5  
changed lines
  Added in v.1.10.2.6

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