diff options
| author | 2010-03-03 10:49:56 -0800 | |
|---|---|---|
| committer | 2010-03-03 10:49:56 -0800 | |
| commit | 4da24f428f7f45dad677c83e3e1085560e3c5f81 (patch) | |
| tree | bb837eeb0825cda6a7c3d3cac262c30344a91b2c | |
| parent | 08b448ea39e9fabfc5212ae6f7226eba4385d189 (diff) | |
hide the newly created DatabaseObjectNotClosedException class from sdk
| -rw-r--r-- | core/java/android/database/sqlite/DatabaseObjectNotClosedException.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/database/sqlite/DatabaseObjectNotClosedException.java b/core/java/android/database/sqlite/DatabaseObjectNotClosedException.java index 9fe1f54298f6..8ac4c0f99cca 100644 --- a/core/java/android/database/sqlite/DatabaseObjectNotClosedException.java +++ b/core/java/android/database/sqlite/DatabaseObjectNotClosedException.java @@ -19,6 +19,7 @@ package android.database.sqlite; /** * An exception that indicates that garbage-collector is finalizing a database object * that is not explicitly closed + * @hide */ public class DatabaseObjectNotClosedException extends RuntimeException { |