Remove no longer needed method in test class

This commit is contained in:
ljacqu 2019-04-27 12:46:39 +02:00
parent 59c69de63d
commit 7f1894c5be

View File

@ -313,12 +313,4 @@ public class BukkitServiceTest {
// then
assertThat(result, equalTo(ip));
}
// Note: This method is used through reflections
public static Player[] onlinePlayersImpl() {
return new Player[]{
mock(Player.class), mock(Player.class)
};
}
}