Pearl1594 commented on code in PR #10458: URL: https://github.com/apache/cloudstack/pull/10458#discussion_r2223235861
########## server/src/main/java/com/cloud/network/guru/PublicNetworkGuru.java: ########## @@ -74,7 +78,15 @@ public class PublicNetworkGuru extends AdapterBase implements NetworkGuru { @Inject Ipv6Service ipv6Service; @Inject - NetworkModel networkModel; + protected NetworkModel networkModel; + @Inject + protected VpcDao vpcDao; + @Inject + protected VlanDetailsDao vlanDetailsDao; + @Inject + protected VpcOfferingDao vpcOfferingDao; + @Inject + protected VpcOfferingServiceMapDao vpcOfferingServiceMapDao; Review Comment: it's used in the inherited classes - Netris / NsxPublicNetworkGuru -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org