1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-22 06:12:56 +02:00

Fix jar building.

This commit is contained in:
KHobbits
2012-03-22 23:10:59 +00:00
parent 4fe0ce4677
commit 82b85024a2

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.");
}
} }