Fix import to use canonical Preconditions package

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=125990307
This commit is contained in:
Ben McIlwain 2016-06-27 13:13:25 -07:00
parent bdfa97b0ae
commit 372bf5718e
2 changed files with 8 additions and 1 deletions

View file

@ -15,7 +15,7 @@
package google.registry.flows;
import static com.google.common.base.MoreObjects.toStringHelper;
import static dagger.internal.Preconditions.checkNotNull;
import static com.google.common.base.Preconditions.checkNotNull;
import static google.registry.util.CollectionUtils.nullToEmpty;
import com.google.common.base.Joiner;