Skip to content

Commit a2f0c15

Browse files
committed
빌드 오류 수정
1 parent da5b3ef commit a2f0c15

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

server/src/test/java/com/cloud/resource/MockResourceManagerImpl.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,12 @@ public List<HostVO> listAllUpAndEnabledHostsInOneZoneByHypervisor(final Hypervis
601601
return null;
602602
}
603603

604+
@Override
605+
public List<HostVO> listAllUpAndEnabledHostsAndRoutingTypeInOneZoneByHypervisor(final HypervisorType type, final long dcId) {
606+
// TODO Auto-generated method stub
607+
return null;
608+
}
609+
604610
@Override
605611
public List<HostVO> listAllUpHostsInOneZoneByHypervisor(final HypervisorType type, final long dcId) {
606612
// TODO Auto-generated method stub

0 commit comments

Comments
 (0)