Polishing

This commit is contained in:
Juergen Hoeller
2016-07-07 01:05:25 +02:00
parent a1f5fb53db
commit 6aa5931e28
6 changed files with 25 additions and 31 deletions

View File

@@ -124,7 +124,7 @@ public class DateTimeFormattingTests {
@Test
public void testBindLocalDateArray() {
MutablePropertyValues propertyValues = new MutablePropertyValues();
propertyValues.add("localDate", new String[]{"10/31/09"});
propertyValues.add("localDate", new String[] {"10/31/09"});
binder.bind(propertyValues);
assertEquals(0, binder.getBindingResult().getErrorCount());
}