This is an automated email from the ASF dual-hosted git repository.
nacx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds.git
The following commit(s) were added to refs/heads/master by this push:
new 6b49389610 Fix checkstyle violation in google-cloud-storage (#184)
6b49389610 is described below
commit 6b493896103817e75d93333d6474e421263cb9b4
Author: Ignasi Barrera <[email protected]>
AuthorDate: Mon Sep 4 23:49:17 2023 +0200
Fix checkstyle violation in google-cloud-storage (#184)
---
.../org/jclouds/googlecloudstorage/domain/DomainResourceReferences.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/providers/google-cloud-storage/src/main/java/org/jclouds/googlecloudstorage/domain/DomainResourceReferences.java
b/providers/google-cloud-storage/src/main/java/org/jclouds/googlecloudstorage/domain/DomainResourceReferences.java
index f87e48520f..b375175708 100644
---
a/providers/google-cloud-storage/src/main/java/org/jclouds/googlecloudstorage/domain/DomainResourceReferences.java
+++
b/providers/google-cloud-storage/src/main/java/org/jclouds/googlecloudstorage/domain/DomainResourceReferences.java
@@ -20,7 +20,6 @@ import static
com.google.common.base.Preconditions.checkNotNull;
import org.jclouds.blobstore.domain.Tier;
-import com.google.common.annotations.Beta;
import com.google.common.base.CaseFormat;
public final class DomainResourceReferences {