mirror of https://github.com/apache/jclouds.git
Unnecessary call to super().
This commit is contained in:
parent
0d6fd403bc
commit
9deaa23502
|
@ -70,7 +70,6 @@ public class IsoToIMachine implements Function<String, IMachine> {
|
|||
public IsoToIMachine(VirtualBoxManager manager, String adminDisk, String diskFormat, String settingsFile,
|
||||
String vmName, String osTypeId, String vmId, boolean forceOverwrite, String controllerIDE,
|
||||
ComputeServiceContext context, String hostId, String guestId) {
|
||||
super();
|
||||
this.manager = manager;
|
||||
this.adminDisk = adminDisk;
|
||||
this.diskFormat = diskFormat;
|
||||
|
|
Loading…
Reference in New Issue