Implement booster collation for BRO (#10364)

This commit is contained in:
xenohedron 2023-10-09 21:48:09 -04:00 committed by GitHub
parent c6a54c5a66
commit 85236b3455
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 180 additions and 5 deletions

View file

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