Skip to content

Commit 345655a

Browse files
committed
build fix
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent b0036dd commit 345655a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

server/src/test/java/com/cloud/vpc/MockNetworkManagerImpl.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,4 +1090,9 @@ public PublicIpQuarantine updatePublicIpAddressInQuarantine(UpdateQuarantinedIpC
10901090
public void removePublicIpAddressFromQuarantine(RemoveQuarantinedIpCmd cmd) {
10911091

10921092
}
1093+
1094+
@Override
1095+
public boolean isNetworkImplemented(Network network) {
1096+
return false;
1097+
}
10931098
}

0 commit comments

Comments
 (0)