Skip to content

Commit 14724b7

Browse files
author
Landry JUGE
committed
Refactor imports
1 parent e964ad3 commit 14724b7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
import com.cloud.offering.NetworkOffering;
4343
import com.cloud.offering.NetworkOffering.Availability;
4444
import com.cloud.offering.ServiceOffering;
45+
import com.cloud.offering.ServiceOfferingCategory;
4546
import com.cloud.offerings.NetworkOfferingVO;
4647
import com.cloud.offerings.dao.NetworkOfferingDaoImpl;
4748
import com.cloud.org.Grouping.AllocationState;
@@ -151,7 +152,7 @@ public List<Long> getServiceOfferingZones(Long serviceOfferingId) {
151152
}
152153

153154
@Override
154-
public com.cloud.offering.ServiceOfferingCategory createServiceOfferingCategory(CreateServiceOfferingCategoryCmd cmd) {
155+
public ServiceOfferingCategory createServiceOfferingCategory(CreateServiceOfferingCategoryCmd cmd) {
155156
// TODO Auto-generated method stub
156157
return null;
157158
}
@@ -163,7 +164,7 @@ public boolean deleteServiceOfferingCategory(DeleteServiceOfferingCategoryCmd cm
163164
}
164165

165166
@Override
166-
public com.cloud.offering.ServiceOfferingCategory updateServiceOfferingCategory(UpdateServiceOfferingCategoryCmd cmd) {
167+
public ServiceOfferingCategory updateServiceOfferingCategory(UpdateServiceOfferingCategoryCmd cmd) {
167168
// TODO Auto-generated method stub
168169
return null;
169170
}

0 commit comments

Comments
 (0)