tidy up loop sample

This commit is contained in:
dsyer
2009-09-28 14:12:17 +00:00
parent e349e4a643
commit 281178fdf8
6 changed files with 11 additions and 6 deletions

View File

@@ -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;