Loading core/java/android/util/IntProperty.java +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ public abstract class IntProperty<T> extends Property<T, Integer> { @Override final public void set(T object, Integer value) { set(object, value.intValue()); setValue(object, value.intValue()); } } No newline at end of file Loading
core/java/android/util/IntProperty.java +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ public abstract class IntProperty<T> extends Property<T, Integer> { @Override final public void set(T object, Integer value) { set(object, value.intValue()); setValue(object, value.intValue()); } } No newline at end of file