1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-18 12:31:26 +02:00

Fix jar building.

This commit is contained in:
KHobbits
2012-03-22 23:10:59 +00:00
parent 96f0dd5824
commit 3c9057f68e

View File

@@ -717,4 +717,10 @@ public class FakeServer implements Server
{ {
throw new UnsupportedOperationException("Not supported yet."); throw new UnsupportedOperationException("Not supported yet.");
} }
@Override
public long getConnectionThrottle()
{
throw new UnsupportedOperationException("Not supported yet.");
}
} }