Do not use removed getXXX methods from jclouds Utils

This commit is contained in:
Ignasi Barrera 2013-04-17 16:18:11 +02:00
parent 9cd432ed86
commit 9d66de545b
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ public class BaseChefService implements ChefService {
checkNotNull(runList, "runList must not be null");
checkNotNull(jsonAttributes, "jsonAttributes must not be null");
Json json = chefContext.utils().getJson();
Json json = chefContext.utils().json();
Map<String, Object> bootstrapConfig = Maps.newHashMap();
bootstrapConfig.put("run_list", Lists.newArrayList(runList));
if (jsonAttributes.isPresent()) {