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
|
@ -1,5 +1,5 @@
|
|||
/* BufferedReader.java
|
||||
Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
|
||||
Copyright (C) 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Classpath.
|
||||
|
||||
|
@ -190,7 +190,7 @@ public class ByteArrayOutputStream extends OutputStream
|
|||
* @return A <code>String</code> containing the data written to this
|
||||
* stream so far
|
||||
*
|
||||
* @deprecrated
|
||||
* @deprecated
|
||||
*/
|
||||
public String toString (int hibyte)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue