summaryrefslogtreecommitdiffstats
path: root/graphics/java/android/renderscript/RSRuntimeException.java
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/java/android/renderscript/RSRuntimeException.java')
-rw-r--r--graphics/java/android/renderscript/RSRuntimeException.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/java/android/renderscript/RSRuntimeException.java b/graphics/java/android/renderscript/RSRuntimeException.java
index 5a16478..3fb1ea9 100644
--- a/graphics/java/android/renderscript/RSRuntimeException.java
+++ b/graphics/java/android/renderscript/RSRuntimeException.java
@@ -17,12 +17,14 @@
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);
}