Skip to content

Commit

Permalink
fix deprecation warning (concurrent() is now a no-op)
Browse files Browse the repository at this point in the history
  • Loading branch information
orifu committed Sep 25, 2024
1 parent ee87889 commit 978a3f8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public class BodaciousConfig {

public BodaciousConfig() {
this.config = CommentedFileConfig.builder(CONFIG_FILE_PATH)
.concurrent()
.autosave()
.preserveInsertionOrder()
.build();
Expand Down

0 comments on commit 978a3f8

Please sign in to comment.