mirror of
https://github.com/google/nomulus
synced 2026-01-03 19:54:18 +00: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user