diff options
| -rw-r--r-- | core/java/android/view/ViewStructure.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/view/ViewStructure.java b/core/java/android/view/ViewStructure.java index b9277200de18..0c669f35a891 100644 --- a/core/java/android/view/ViewStructure.java +++ b/core/java/android/view/ViewStructure.java @@ -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. |