ClassLoader.java (loadClass): Not deprecated.
* java/lang/ClassLoader.java (loadClass): Not deprecated. * java/io/PrintStream.java: Not deprecated. From-SVN: r67811
This commit is contained in:
parent
a28853b01b
commit
3ad93a3475
3 changed files with 14 additions and 24 deletions
|
@ -258,7 +258,6 @@ public abstract class ClassLoader
|
|||
* @param link if the class should be linked.
|
||||
* @return the class loaded.
|
||||
* @exception java.lang.ClassNotFoundException
|
||||
* @deprecated
|
||||
*/
|
||||
protected Class loadClass(String name, boolean link)
|
||||
throws java.lang.ClassNotFoundException
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue