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.");
}
@Override
public long getConnectionThrottle()
{
throw new UnsupportedOperationException("Not supported yet.");
}
}