mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-12-21 16:47:39 +01:00
Minor spacing/typo in AbstractDatabaseHandler
This commit is contained in:
parent
712e335814
commit
5ec5a59dd4
@ -29,7 +29,6 @@ public abstract class AbstractDatabaseHandler<T> {
|
||||
|
||||
protected BSkyBlock plugin;
|
||||
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
*
|
||||
|
@ -248,8 +248,6 @@ public class FlatFileDatabaseHandler<T> extends AbstractDatabaseHandler<T> {
|
||||
@SuppressWarnings("unchecked")
|
||||
@Override
|
||||
public void saveObject(T instance) throws IllegalAccessException, InvocationTargetException, IntrospectionException {
|
||||
|
||||
|
||||
// This is the Yaml Configuration that will be used and saved at the end
|
||||
YamlConfiguration config = new YamlConfiguration();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user