Loading core/java/android/util/ReflectiveProperty.java +1 −1 Original line number Diff line number Diff line Loading @@ -128,7 +128,7 @@ class ReflectiveProperty<T, V> extends Property<T, V> { throw new AssertionError(); } } else { throw new NoSuchPropertyException("Property is read-only; set() is not implemented"); throw new UnsupportedOperationException("Property " + getName() +" is read-only"); } } Loading Loading
core/java/android/util/ReflectiveProperty.java +1 −1 Original line number Diff line number Diff line Loading @@ -128,7 +128,7 @@ class ReflectiveProperty<T, V> extends Property<T, V> { throw new AssertionError(); } } else { throw new NoSuchPropertyException("Property is read-only; set() is not implemented"); throw new UnsupportedOperationException("Property " + getName() +" is read-only"); } } Loading