We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b35ae54 commit f3cc9bdCopy full SHA for f3cc9bd
2 files changed
src/main/java/ch/jalu/configme/configurationdata/CommentsConfiguration.java
@@ -16,10 +16,11 @@
16
*/
17
public class CommentsConfiguration {
18
19
- private final @NotNull Map<String, List<String>> comments;
20
-
+ /** Fake path under which footer comments are registered. */
21
public static final String FOOTER_KEY = "..FOOTER";
22
+ private final @NotNull Map<String, List<String>> comments;
23
+
24
/**
25
* Constructor.
26
src/test/java/ch/jalu/configme/resource/YamlFileResourceFooterCommentTest.java
@@ -14,7 +14,7 @@
14
import java.io.IOException;
15
import java.nio.file.Files;
import java.nio.file.Path;
-import java.util.*;
+import java.util.List;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.contains;
0 commit comments