Skip to content
Snippets Groups Projects
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
No related merge requests found
......@@ -66,6 +66,10 @@ public class RegistrantList
}
}
public synchronized void removeAll() {
registrants.clear();
}
@UnsupportedAppUsage
public synchronized int
size()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment