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

Commit 6f397852 authored by Felipe Leme's avatar Felipe Leme Committed by Android (Google) Code Review
Browse files

Merge "Fixed bad link caused by race conditions on git merges."

parents 8da57352 03ee781b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ public abstract class ViewStructure {
     * Sets the name of the identifier for this view.
     *
     * <p>Typically used when adding virtual children (through
     * {@link #asyncNewChild(int, int, int)}) that does not map to Android {@link View}
     * {@link #asyncNewChild(int)}) that does not map to Android {@link View}
     * - otherwise, it's better to call {@link #setId(int, String, String, String)}.
     *
     * @param entryName The entry name of the view's identifier, or {@code null} if there is none.