Make BoosterCollator not share state between tables on a server (#8312)

This commit is contained in:
Alex W. Jackson 2021-09-23 08:06:08 -04:00 committed by GitHub
parent bcb42b8f46
commit 384051d9eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 712 additions and 1406 deletions

View file

@ -6,8 +6,5 @@ import java.util.List;
* @author TheElk801
*/
public interface BoosterCollator {
public void shuffle();
public List<String> makeBooster();
}