Skip to content

Commit

Permalink
Merge pull request #168 from PaintNinja/custom-configspec-storage
Browse files Browse the repository at this point in the history
Allow custom `Config` storage in `ConfigSpec`
  • Loading branch information
TheElectronWill committed Apr 26, 2024
2 parents 87fdb0b + 595b113 commit a3c4306
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public ConfigSpec() {
this(Config.inMemoryUniversal());
}

ConfigSpec(Config storage) {
public ConfigSpec(Config storage) {
this.storage = storage;
}

Expand Down

0 comments on commit a3c4306

Please sign in to comment.