BATCH-1403:Cleaned up warnings
This commit is contained in:
@@ -70,11 +70,13 @@ public class DefaultPropertEditorRegistrarTests {
|
||||
mapper.setCustomEditors(Collections.singletonMap(new Object(), new CustomNumberEditor(Long.class, true)));
|
||||
}
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
private static class BeanWithIntArray {
|
||||
private int[] numbers;
|
||||
|
||||
private long number;
|
||||
|
||||
|
||||
public void setNumbers(int[] numbers) {
|
||||
this.numbers = numbers;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user