mirror of https://github.com/apache/cloudstack.git
Fix lint errors (#7727)
This commit is contained in:
parent
a706bf2380
commit
d2cd3c81cb
|
|
@ -43,4 +43,4 @@ public class CheckGuestOsMappingCommandTest {
|
|||
assertEquals("centos64Guest", cmd.getGuestOsHypervisorMappingName());
|
||||
assertEquals("6.0", cmd.getHypervisorVersion());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -64,4 +64,4 @@ public final class CitrixCheckGuestOsMappingCommandWrapper extends CommandWrappe
|
|||
return new CheckGuestOsMappingAnswer(command, e.getLocalizedMessage());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -73,4 +73,4 @@ public final class CitrixGetHypervisorGuestOsNamesCommandWrapper extends Command
|
|||
return new GetHypervisorGuestOsNamesAnswer(command, e.getLocalizedMessage());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue