mirror of
https://github.com/Zrips/Jobs.git
synced 2024-11-29 14:05:25 +01:00
Update CommentedYamlConfiguration.java
This commit is contained in:
parent
ce974753f2
commit
c4d482d234
@ -37,7 +37,7 @@ public class CommentedYamlConfiguration extends YamlConfiguration {
|
|||||||
|
|
||||||
public CommentedYamlConfiguration() {
|
public CommentedYamlConfiguration() {
|
||||||
super();
|
super();
|
||||||
comments = new HashMap<String, String>();
|
comments = new HashMap<>();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user