DaanHoogland commented on code in PR #8599:
URL: https://github.com/apache/cloudstack/pull/8599#discussion_r1479459461
##########
server/src/main/java/com/cloud/network/router/VpcVirtualNetworkApplianceManagerImpl.java:
##########
@@ -294,7 +295,23 @@ public boolean finalizeVirtualMachineProfile(final
VirtualMachineProfile profile
}
}
- return super.finalizeVirtualMachineProfile(profile, dest, context);
+ super.finalizeVirtualMachineProfile(profile, dest, context);
Review Comment:
just checking, we can safely ignore the return value here?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]