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

Commit 21243369 authored by Chet Haase's avatar Chet Haase Committed by Gerrit Code Review
Browse files

Merge "Fix infinite recursive loop"

parents 6e8c1495 c5d43f76
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