1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-11-25 20:16:13 +01:00

Update CommentedYamlConfiguration.java

This commit is contained in:
montlikadani 2018-08-16 18:25:42 +02:00 committed by GitHub
parent ce974753f2
commit c4d482d234
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ public class CommentedYamlConfiguration extends YamlConfiguration {
public CommentedYamlConfiguration() {
super();
comments = new HashMap<String, String>();
comments = new HashMap<>();
}
@Override