File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
server/src/test/java/com/cloud/vpc Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 4242import com .cloud .offering .NetworkOffering ;
4343import com .cloud .offering .NetworkOffering .Availability ;
4444import com .cloud .offering .ServiceOffering ;
45+ import com .cloud .offering .ServiceOfferingCategory ;
4546import com .cloud .offerings .NetworkOfferingVO ;
4647import com .cloud .offerings .dao .NetworkOfferingDaoImpl ;
4748import 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 }
You can’t perform that action at this time.
0 commit comments