Merged gcj-eclipse branch to trunk.
From-SVN: r120621
This commit is contained in:
parent
c648dedbde
commit
97b8365caf
17478 changed files with 606493 additions and 100744 deletions
|
@ -42,6 +42,7 @@ import java.net.URL;
|
|||
|
||||
/**
|
||||
* @deprecated
|
||||
* @since 1.1
|
||||
*/
|
||||
public interface LoaderHandler
|
||||
{
|
||||
|
@ -54,13 +55,13 @@ public interface LoaderHandler
|
|||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
Class loadClass(String name)
|
||||
Class<?> loadClass(String name)
|
||||
throws MalformedURLException, ClassNotFoundException;
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
Class loadClass(URL codebase, String name)
|
||||
Class<?> loadClass(URL codebase, String name)
|
||||
throws MalformedURLException, ClassNotFoundException;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue