We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b23ecc7 commit 6d409e6Copy full SHA for 6d409e6
modulo-api/src/main/java/com/chillycheesy/modulo/config/ConfigurableEntity.java
@@ -15,7 +15,7 @@ public class ConfigurableEntity extends ModuleEntityAdapter {
15
16
protected boolean autoSave = true;
17
18
- public ConfigurableEntity(YamlConfigurationStrategy loaderStrategy) {
+ public ConfigurableEntity(ConfigurationLoaderStrategy loaderStrategy) {
19
this.loaderStrategy = loaderStrategy;
20
}
21
0 commit comments