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

Commit e3f505a0 authored by Brad Ebinger's avatar Brad Ebinger Committed by Gerrit Code Review
Browse files

Merge "Add clearAll method to RegistrantList for easier cleanup"

parents f900f378 a659f19f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -66,6 +66,10 @@ public class RegistrantList
        }
    }

    public synchronized void removeAll() {
        registrants.clear();
    }

    @UnsupportedAppUsage
    public synchronized int
    size()