diff --git a/core/java/android/view/View.java b/core/java/android/view/View.java index 43c578fe7faff..d67a0b45eb4ce 100644 --- a/core/java/android/view/View.java +++ b/core/java/android/view/View.java @@ -159,7 +159,7 @@ import java.util.concurrent.atomic.AtomicInteger; * that set them will vary among the different subclasses of views. Note that * properties that are known at build time can be set in the XML layout * files. - *