From b2671032742b7031cb0528e5363699ee582f797c Mon Sep 17 00:00:00 2001 From: md678685 Date: Wed, 20 Feb 2019 12:45:37 +0000 Subject: [PATCH] Remove getMap(short) method from FakeServer --- Essentials/test/com/earth2me/essentials/FakeServer.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Essentials/test/com/earth2me/essentials/FakeServer.java b/Essentials/test/com/earth2me/essentials/FakeServer.java index f0e8d9e09..9e0a10b3a 100644 --- a/Essentials/test/com/earth2me/essentials/FakeServer.java +++ b/Essentials/test/com/earth2me/essentials/FakeServer.java @@ -444,11 +444,6 @@ public class FakeServer implements Server { throw new UnsupportedOperationException("Not supported yet."); } - @Override - public MapView getMap(short i) { - throw new UnsupportedOperationException("Not supported yet."); - } - public MapView getMap(int id) { throw new UnsupportedOperationException("Not supported yet."); }