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

Commit f411bcdf authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Client feedback: Fix javadoc mistake" into tm-dev am: ba57fccd

parents 6dd31d0a ba57fccd
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -876,7 +876,7 @@ public final class Dataset implements Parcelable {
         * if (filter != null) {
         * if (filter != null) {
         *     fieldBuilder.setFilter(filter);
         *     fieldBuilder.setFilter(filter);
         * }
         * }
         * Presentations.Builder presentationsBuilder = new Presentations.Builder(id);
         * Presentations.Builder presentationsBuilder = new Presentations.Builder();
         * if (presentation != null) {
         * if (presentation != null) {
         *     presentationsBuilder.setMenuPresentation(presentation);
         *     presentationsBuilder.setMenuPresentation(presentation);
         * }
         * }
+3 −5
Original line number Original line Diff line number Diff line
@@ -18,7 +18,6 @@ package android.service.autofill;


import android.annotation.NonNull;
import android.annotation.NonNull;
import android.annotation.Nullable;
import android.annotation.Nullable;
import android.view.autofill.AutofillId;
import android.view.autofill.AutofillValue;
import android.view.autofill.AutofillValue;


import com.android.internal.util.DataClass;
import com.android.internal.util.DataClass;
@@ -26,10 +25,9 @@ import com.android.internal.util.DataClass;
import java.util.regex.Pattern;
import java.util.regex.Pattern;


/**
/**
 * This class is used to set all information of a field. Such as the
 * This class is used to set all information of a field. Such as the {@link AutofillValue}
 * {@link AutofillId} of the field, the {@link AutofillValue} to be autofilled,
 * to be autofilled, a <a href="#Filtering">explicit filter</a>, and presentations to be
 * a <a href="#Filtering">explicit filter</a>, and presentations to be visualized,
 * visualized, etc.
 * etc.
 */
 */
public final class Field {
public final class Field {