Updated RunListForGroup to new DataBagItem parser

This commit is contained in:
Ignasi Barrera 2012-10-07 17:57:31 +02:00
parent 416a5f90aa
commit 88c65bb816
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ import com.google.inject.TypeLiteral;
*/
@Singleton
public class RunListForGroup implements Function<String, List<String>> {
public static final Type RUN_LIST_TYPE = new TypeLiteral<Map<String, List<String>>>() {
public static final Type RUN_LIST_TYPE = new TypeLiteral<Map<String, Object>>() {
}.getType();
private final ChefApi api;
private final Json json;