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

Commit cc38149b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix compilation against latest checkout of external/icing."

parents 532215eb cf098cc7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -168,7 +168,9 @@ public final class SearchSpec {
        /** Sets the maximum number of results to retrieve from the query */
        @NonNull
        public SearchSpec.Builder setNumToRetrieve(int numToRetrieve) {
            mResultSpecBuilder.setNumToRetrieve(numToRetrieve);
            // Just retrieve everything in one page.
            // TODO(b/152359656): Realign these two apis properly.
            mResultSpecBuilder.setNumPerPage(numToRetrieve);
            return this;
        }