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

Commit 62d3fd89 authored by Chet Haase's avatar Chet Haase Committed by Android Git Automerger
Browse files

am 161194da: am d8a6b544: am 21243369: Merge "Fix infinite recursive loop"

* commit '161194da':
  Fix infinite recursive loop
parents dc9f653a 161194da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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