Fix gradle warnings in tests
This commit is contained in:
parent
795d103032
commit
7d1932b907
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ public class ControlMessageReaderTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
@SuppressWarnings("checkstyle:MagicNumber")
|
||||
public void testParseMouseEvent() throws IOException {
|
||||
ControlMessageReader reader = new ControlMessageReader();
|
||||
|
||||
|
|
Loading…
Reference in a new issue