Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4da24f42 authored by Vasu Nori's avatar Vasu Nori
Browse files

hide the newly created DatabaseObjectNotClosedException class from sdk

parent 08b448ea
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
{