1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-21 05:51:56 +02:00

2.9 -> 3.0 merge

Commented out a load of metrics code for the time being
This commit is contained in:
ementalo
2012-05-31 01:27:24 +01:00
parent 03a52cd070
commit 9b7a40736e
19 changed files with 127 additions and 1161 deletions

View File

@@ -23,12 +23,12 @@ public class ProtectHolder extends AsyncStorageObjectHolder<Protect>
@Override
public void finishRead()
{
throw new UnsupportedOperationException("Not supported yet.");
}
@Override
public void finishWrite()
{
throw new UnsupportedOperationException("Not supported yet.");
}
}