mirror of
https://github.com/Zrips/Jobs.git
synced 2024-11-26 04:25:15 +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() {
|
||||
super();
|
||||
comments = new HashMap<String, String>();
|
||||
comments = new HashMap<>();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user