mirror of
https://github.com/openRuyi-Project/gcc.git
synced 2026-06-16 00:16:04 +00:00
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:
@@ -297,6 +297,7 @@ public class Thread implements Runnable
|
||||
* Resume a suspended thread.
|
||||
*
|
||||
* @see #resume()
|
||||
* @deprecated pointless, since suspend is deprecated
|
||||
*/
|
||||
public final native void resume ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user