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

Commit 12aef852 authored by Felipe Leme's avatar Felipe Leme Committed by android-build-merger
Browse files

Merge "Fixed annotation typo." into pi-dev am: 74896e21

am: e4c2d3c5

Change-Id: Ib098e9eb01551c303ccb9c4ddc3c2ab70c769010
parents ae13acba e4c2d3c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -424,7 +424,7 @@ public final class FillEventHistory implements Parcelable {
         * @return map map whose key is the id of the manually-entered field, and value is the
         * ids of the datasets that have that value but were not selected by the user.
         */
        @Nullable public Map<AutofillId, Set<String>> getManuallyEnteredField() {
        @NonNull public Map<AutofillId, Set<String>> getManuallyEnteredField() {
            if (mManuallyFilledFieldIds == null || mManuallyFilledDatasetIds == null) {
                return Collections.emptyMap();
            }