Minor spacing/typo in AbstractDatabaseHandler

This commit is contained in:
Florian CUNY 2018-07-13 17:29:57 +02:00
parent 712e335814
commit 5ec5a59dd4
2 changed files with 2 additions and 5 deletions

View File

@ -29,7 +29,6 @@ public abstract class AbstractDatabaseHandler<T> {
protected BSkyBlock plugin; protected BSkyBlock plugin;
/** /**
* Constructor * Constructor
* *

View File

@ -248,8 +248,6 @@ public class FlatFileDatabaseHandler<T> extends AbstractDatabaseHandler<T> {
@SuppressWarnings("unchecked") @SuppressWarnings("unchecked")
@Override @Override
public void saveObject(T instance) throws IllegalAccessException, InvocationTargetException, IntrospectionException { public void saveObject(T instance) throws IllegalAccessException, InvocationTargetException, IntrospectionException {
// This is the Yaml Configuration that will be used and saved at the end // This is the Yaml Configuration that will be used and saved at the end
YamlConfiguration config = new YamlConfiguration(); YamlConfiguration config = new YamlConfiguration();