tidy up loop sample
This commit is contained in:
@@ -70,7 +70,6 @@ public class DefaultPropertEditorRegistrarTests {
|
||||
mapper.setCustomEditors(Collections.singletonMap(new Object(), new CustomNumberEditor(Long.class, true)));
|
||||
}
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
private static class BeanWithIntArray {
|
||||
private int[] numbers;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user