Skip to content

Commit

Permalink
Replace repackaged checkNotNull inclusion with Guava's
Browse files Browse the repository at this point in the history
  • Loading branch information
mziccard committed Mar 1, 2016
1 parent f74715d commit 6e87fa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

package com.google.gcloud.storage;

import static com.google.api.client.repackaged.com.google.common.base.Preconditions.checkNotNull;
import static com.google.common.base.MoreObjects.firstNonNull;
import static com.google.common.base.Preconditions.checkNotNull;
import static com.google.common.collect.Lists.transform;

import com.google.api.client.json.jackson2.JacksonFactory;
Expand Down

0 comments on commit 6e87fa9

Please sign in to comment.