1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-13 18:14:38 +02:00

Removed empty methods.

This commit is contained in:
snowleo
2012-10-24 22:45:16 +02:00
parent deae46fa73
commit f6f49f4f1e
14 changed files with 7 additions and 137 deletions

View File

@@ -12,14 +12,4 @@ public class ProtectHolder extends AsyncStorageObjectHolder<Protect>
{
super(ess, Protect.class, new File(ess.getPlugin().getDataFolder(), "protect.yml"));
}
@Override
public void finishRead()
{
}
@Override
public void finishWrite()
{
}
}