2
0
mirror of https://github.com/Genymobile/scrcpy synced 2025-08-29 21:38:07 +00:00

Fix gradle warnings in tests

This commit is contained in:
Romain Vimont 2019-09-28 12:23:54 +02:00
parent 795d103032
commit 7d1932b907

View File

@ -77,6 +77,7 @@ public class ControlMessageReaderTest {
}
@Test
@SuppressWarnings("checkstyle:MagicNumber")
public void testParseMouseEvent() throws IOException {
ControlMessageReader reader = new ControlMessageReader();