Skip to content

Commit 707c02b

Browse files
committed
set ip address dao to package scope
1 parent 7c7e8cc commit 707c02b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/schema/src/main/java/com/cloud/network/dao/PublicIpQuarantineDaoImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class PublicIpQuarantineDaoImpl extends GenericDaoBase<PublicIpQuarantine
3838
private SearchBuilder<PublicIpQuarantineVO> quarantinedIpAddressesSearch;
3939

4040
@Inject
41-
private IPAddressDao ipAddressDao;
41+
IPAddressDao ipAddressDao;
4242

4343
@PostConstruct
4444
public void init() {

0 commit comments

Comments
 (0)