Clean the project

This commit is contained in:
Gabriele C
2016-01-20 12:40:04 +01:00
parent adfd0e6674
commit 51d2e37853
17 changed files with 331 additions and 87 deletions

View File

@ -30,6 +30,7 @@ public class YamlConfiguration extends FileConfiguration {
private final Yaml yaml = new Yaml(new YamlConstructor(), yamlRepresenter, yamlOptions);
@Override
@SuppressWarnings("deprecation")
public String saveToString() {
yamlOptions.setIndent(options().indent());
yamlOptions.setDefaultFlowStyle(DumperOptions.FlowStyle.BLOCK);