Skip to content

Commit 0208e09

Browse files
committed
build: fix failure after latest forward-merge
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent 001c769 commit 0208e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/org/apache/cloudstack/api/ApiCommandResourceType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public enum ApiCommandResourceType {
8080
VpnCustomerGateway(com.cloud.network.Site2SiteCustomerGateway.class),
8181
ManagementServer(org.apache.cloudstack.management.ManagementServerHost.class),
8282
ObjectStore(org.apache.cloudstack.storage.object.ObjectStore.class),
83-
Bucket(org.apache.cloudstack.storage.object.Bucket.class);
83+
Bucket(org.apache.cloudstack.storage.object.Bucket.class),
8484
QuotaTariff(org.apache.cloudstack.quota.QuotaTariff.class);
8585

8686
private final Class<?> clazz;

0 commit comments

Comments
 (0)