summaryrefslogtreecommitdiffstats
path: root/graphics/java/android/renderscript/RSInvalidStateException.java
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/java/android/renderscript/RSInvalidStateException.java')
-rw-r--r--graphics/java/android/renderscript/RSInvalidStateException.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/java/android/renderscript/RSInvalidStateException.java b/graphics/java/android/renderscript/RSInvalidStateException.java
index ccbaea1..691aeba 100644
--- a/graphics/java/android/renderscript/RSInvalidStateException.java
+++ b/graphics/java/android/renderscript/RSInvalidStateException.java
@@ -17,13 +17,11 @@
package android.renderscript;
-/** @deprecated renderscript is deprecated in J
+/**
* Base class for all exceptions thrown by the Android
* Renderscript
*/
public class RSInvalidStateException extends RSRuntimeException {
- /** @deprecated renderscript is deprecated in J
- */
public RSInvalidStateException(String string) {
super(string);
}