diff options
author | Stephen Hines <srhines@google.com> | 2012-05-07 15:34:29 -0700 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2012-05-07 15:34:29 -0700 |
commit | 9c9ad3f8c218954e46aab81f9af7834cea5675ca (patch) | |
tree | 1ae4ba36dda77457b82b8e2705ecdcc2dc370327 /graphics/java/android/renderscript/RSRuntimeException.java | |
parent | b3482ffbeee30650359e6ab8f3950a83e06963b4 (diff) |
Revert "Deprecate"
This reverts commit a0c2eb27b408660b02fa248943166d6c7e447908.
Conflicts:
api/current.txt
graphics/java/android/renderscript/Element.java
graphics/java/android/renderscript/Script.java
Change-Id: I3c8fa62b12da95b3dbc842b5284dbed65d3cf963
Diffstat (limited to 'graphics/java/android/renderscript/RSRuntimeException.java')
-rw-r--r-- | graphics/java/android/renderscript/RSRuntimeException.java | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/java/android/renderscript/RSRuntimeException.java b/graphics/java/android/renderscript/RSRuntimeException.java index 3fb1ea9d4a97..5a16478b7464 100644 --- a/graphics/java/android/renderscript/RSRuntimeException.java +++ b/graphics/java/android/renderscript/RSRuntimeException.java @@ -17,14 +17,12 @@ package android.renderscript; -/** @deprecated renderscript is deprecated in J +/** * Base class for all exceptions thrown by the Android * Renderscript */ public class RSRuntimeException extends java.lang.RuntimeException { - /** @deprecated renderscript is deprecated in J - */ public RSRuntimeException(String string) { super(string); } |