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

Commit 574376ec authored by Vasu Nori's avatar Vasu Nori Committed by Android (Google) Code Review
Browse files

Merge "hide the newly created DatabaseObjectNotClosedException class from sdk"

parents 6bb028da 4da24f42
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
{