Merge "Add clearAll method to RegistrantList for easier cleanup"

This commit is contained in:
Brad Ebinger
2020-05-26 23:10:30 +00:00
committed by Gerrit Code Review

View File

@@ -66,6 +66,10 @@ public class RegistrantList
}
}
public synchronized void removeAll() {
registrants.clear();
}
@UnsupportedAppUsage
public synchronized int
size()