ClassLoader.java (defineClass(byte[],int,int)): Deprecate.
* java/lang/ClassLoader.java (defineClass(byte[],int,int)): Deprecate. * java/lang/Thread.java (resume): Deprecate. * java/io/ByteArrayOutputStream.java (toString(int)): Fixed typo in @deprecated. From-SVN: r63364
This commit is contained in:
parent
9e236a9d66
commit
d99c7b11c5
4 changed files with 14 additions and 3 deletions
|
@ -380,7 +380,9 @@ public abstract class ClassLoader
|
|||
* @return the class defined.
|
||||
* @exception java.lang.ClassNotFoundException
|
||||
* @exception java.lang.LinkageError
|
||||
* @see ClassLoader#defineClass(String,byte[],int,int) */
|
||||
* @see ClassLoader#defineClass(String,byte[],int,int)
|
||||
* @deprecated use {@link #defineClass(String, byte[], int, int)} instead
|
||||
*/
|
||||
protected final Class defineClass(byte[] data, int off, int len)
|
||||
throws ClassFormatError
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue