Browse Source

Fix typo

pull/3649/merge
Stephane Nicoll 11 years ago
parent
commit
f4723efaed
  1. 2
      spring-boot/src/test/java/org/springframework/boot/bind/RelaxedDataBinderTests.java

2
spring-boot/src/test/java/org/springframework/boot/bind/RelaxedDataBinderTests.java

@ -551,7 +551,7 @@ public class RelaxedDataBinderTests { @@ -551,7 +551,7 @@ public class RelaxedDataBinderTests {
}
@Test
public void testBindWithoutAlais() throws Exception {
public void testBindWithoutAlias() throws Exception {
VanillaTarget target = new VanillaTarget();
MutablePropertyValues properties = new MutablePropertyValues();
properties.add("flub", "a");

Loading…
Cancel
Save