Unnecessary call to super().

This commit is contained in:
Mattias Holmqvist 2011-11-24 07:43:02 +01:00
parent 0d6fd403bc
commit 9deaa23502
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ public class IsoToIMachine implements Function<String, IMachine> {
public IsoToIMachine(VirtualBoxManager manager, String adminDisk, String diskFormat, String settingsFile, public IsoToIMachine(VirtualBoxManager manager, String adminDisk, String diskFormat, String settingsFile,
String vmName, String osTypeId, String vmId, boolean forceOverwrite, String controllerIDE, String vmName, String osTypeId, String vmId, boolean forceOverwrite, String controllerIDE,
ComputeServiceContext context, String hostId, String guestId) { ComputeServiceContext context, String hostId, String guestId) {
super();
this.manager = manager; this.manager = manager;
this.adminDisk = adminDisk; this.adminDisk = adminDisk;
this.diskFormat = diskFormat; this.diskFormat = diskFormat;