Return new mill builder with every .builder()

This commit is contained in:
Colin Wong 2022-06-19 18:18:49 -05:00 committed by GitHub
parent 3fec35f976
commit af7808c357
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ public class Mill {
@ZenMethod
public static MillBuilder builder() {
return INSTANCE;
return new MillBuilder(() -> BWRegistry.MILLSTONE, "Mill");
}
@ZenMethod