Skip to content

Commit c78812c

Browse files
committed
Add TODO for future release
1 parent e727a0f commit c78812c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/io/github/thatsmusic99/configurationmaster/impl/CMConfigSection.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ public void addDefault(@NotNull String path, Object defaultOption, @Nullable Str
3939
if (getParent().getComments().containsKey(path)) {
4040
comments.add(getParent().getComments().get(path));
4141
}
42+
// TODO - should probably be done using objects
4243
if (section != null) {
4344
comments.add("CONFIG_SECTION: " + section);
4445
}

0 commit comments

Comments
 (0)