fixed compile problem

This commit is contained in:
Adrian Cole 2011-10-23 13:50:49 +02:00
parent 680ed8c178
commit 6d4a605f3f
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ public class VirtualBoxComputeServiceAdapterLiveTest extends BaseVirtualBoxClien
final VirtualBoxManager manager = getManager();
Function<IMachine, Image> iMachineToImage = new IMachineToImage(manager, osVersionMap);
adapter = new VirtualBoxComputeServiceAdapter(manager,
new JustProvider(ImmutableSet.<String>of(), provider, URI.create(endpoint)), iMachineToImage);
new JustProvider(provider, URI.create(endpoint), ImmutableSet.<String>of()), iMachineToImage);
}
protected VirtualBoxManager getManager() {