diff options
author | Stephen Hines <srhines@google.com> | 2011-01-11 19:30:58 -0800 |
---|---|---|
committer | Stephen Hines <srhines@google.com> | 2011-01-12 14:24:35 -0800 |
commit | b11e3d2b0edb03a5e3ea535d58b0cbe2d920ed16 (patch) | |
tree | c4ad77c456f7b43f7ceb910b186f8a0b10ff51b3 /graphics/java/android/renderscript/RSRuntimeException.java | |
parent | 54c38bf05da42e40b8726ab2b5a33762081e9345 (diff) |
Unhide more of the RS APIs.
Change-Id: I7ec5de42680a4184d3a1380ea7c35b6ba3cf13bf
Diffstat (limited to 'graphics/java/android/renderscript/RSRuntimeException.java')
-rw-r--r-- | graphics/java/android/renderscript/RSRuntimeException.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/java/android/renderscript/RSRuntimeException.java b/graphics/java/android/renderscript/RSRuntimeException.java index 4c97937ba512..5a16478b7464 100644 --- a/graphics/java/android/renderscript/RSRuntimeException.java +++ b/graphics/java/android/renderscript/RSRuntimeException.java @@ -20,7 +20,6 @@ package android.renderscript; /** * Base class for all exceptions thrown by the Android * Renderscript - * @hide */ public class RSRuntimeException extends java.lang.RuntimeException { |