Update to use Java 5, remove annotation #1

Merged
Vulpovile merged 4 commits from feature/test into master 2025-01-11 19:53:08 +00:00
3 changed files with 4 additions and 5 deletions
Showing only changes of commit 5469e64249 - Show all commits

View File

@@ -27,7 +27,7 @@ public class Packet127KeepAliveTest extends PacketTestBase {
packet.sendPacket(output());
assertEquals(117, input().readByte());
assertEquals(127, input().readByte());
}
@Test