string array to map converter
This commit is contained in:
@@ -343,7 +343,6 @@ public class GenericBinderTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void bindToMap() {
|
||||
binder.addBinding("favoriteFoodsByGroup");
|
||||
Map<String, String[]> values = new LinkedHashMap<String, String[]>();
|
||||
|
||||
Reference in New Issue
Block a user