Fixed wrong name
This commit is contained in:
parent
fb00eceb19
commit
8626560681
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ public class BCLPlacedFeatureBuilder<F extends Feature<FC>, FC extends FeatureCo
|
|||
return res;
|
||||
}
|
||||
|
||||
public static void registerunbound(BootstapContext<PlacedFeature> bootstrapContext) {
|
||||
public static void registerUnbound(BootstapContext<PlacedFeature> bootstrapContext) {
|
||||
UNBOUND_FEATURES.forEach(u -> u.register(bootstrapContext));
|
||||
UNBOUND_FEATURES.clear();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue