nvazquez commented on code in PR #8504:
URL: https://github.com/apache/cloudstack/pull/8504#discussion_r1452381062
##########
server/src/main/java/com/cloud/network/vpc/NetworkACLServiceImpl.java:
##########
@@ -99,6 +103,10 @@ public class NetworkACLServiceImpl extends ManagerBase
implements NetworkACLServ
private VpcDao _vpcDao;
@Inject
private VpcService _vpcSvc;
+ @Inject
+ private NsxProviderDao nsxProviderDao;
+ @Inject
+ private NetworkACLDao networkACLDao;
Review Comment:
Looks like this is not used?
--
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]