1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-30 09:49:51 +02:00

Fix unit tests.

This commit is contained in:
KHobbits
2013-06-02 17:56:48 +01:00
parent 7479620a97
commit 5a2e6bc923

View File

@@ -510,7 +510,7 @@ public class FakeServer implements Server
@Override
public boolean isOnline()
{
throw new UnsupportedOperationException("Not supported yet.");
return false;
}
@Override