Skip to content

Commit 6e87fa9

Browse files
committed
Replace repackaged checkNotNull inclusion with Guava's
1 parent f74715d commit 6e87fa9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gcloud-java-storage/src/main/java/com/google/gcloud/storage/BucketInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
package com.google.gcloud.storage;
1818

19-
import static com.google.api.client.repackaged.com.google.common.base.Preconditions.checkNotNull;
2019
import static com.google.common.base.MoreObjects.firstNonNull;
20+
import static com.google.common.base.Preconditions.checkNotNull;
2121
import static com.google.common.collect.Lists.transform;
2222

2323
import com.google.api.client.json.jackson2.JacksonFactory;

0 commit comments

Comments
 (0)