Suppress warning in test

This commit is contained in:
Sam Brannen
2022-05-03 12:30:46 +02:00
parent 437b35b336
commit 0a9271e721

View File

@@ -71,6 +71,7 @@ class BeanFieldGeneratorTests {
public String one;
@SuppressWarnings("unused")
private int two;
}