Polishing

(cherry picked from commit 6aa5931)
This commit is contained in:
Juergen Hoeller
2016-07-07 01:05:25 +02:00
parent 942ead75e2
commit e30429051d
8 changed files with 53 additions and 59 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());
}