mirror of https://github.com/apache/jclouds.git
Updated RunListForGroup to new DataBagItem parser
This commit is contained in:
parent
416a5f90aa
commit
88c65bb816
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue