mirror of
https://github.com/google/nomulus.git
synced 2025-05-12 22:38:16 +02:00
Fix import to use canonical Preconditions package
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=125990307
This commit is contained in:
parent
bdfa97b0ae
commit
372bf5718e
2 changed files with 8 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue