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

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

Merge "throw correct exception"

parents a50abf37 daa4e4fa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2355,7 +2355,7 @@ public class SQLiteDatabase extends SQLiteClosable {
        }
        int i = mConnectionPool.getMaxPoolSize();
        if (size < i) {
            throw new IllegalStateException(
            throw new IllegalArgumentException(
                    "cannot set max pool size to a value less than the current max value(=" +
                    i + ")");
        }