Fix typo
This commit is contained in:
parent
d18180e2e4
commit
f4723efaed
|
|
@ -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…
Reference in New Issue