From 82b85024a2d6bd69e30fba18498fef4672794c73 Mon Sep 17 00:00:00 2001 From: KHobbits Date: Thu, 22 Mar 2012 23:10:59 +0000 Subject: [PATCH] Fix jar building. --- Essentials/test/com/earth2me/essentials/FakeServer.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Essentials/test/com/earth2me/essentials/FakeServer.java b/Essentials/test/com/earth2me/essentials/FakeServer.java index 1d025abe7..63d03a5f9 100644 --- a/Essentials/test/com/earth2me/essentials/FakeServer.java +++ b/Essentials/test/com/earth2me/essentials/FakeServer.java @@ -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."); + } }