mirror of
https://github.com/google/nomulus.git
synced 2025-05-16 09:27:16 +02:00
Fix Java imports across entire codebase to be compliant
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=134119822
This commit is contained in:
parent
ba09297749
commit
afa6648cf7
8 changed files with 4 additions and 16 deletions
|
@ -23,19 +23,14 @@ import static java.nio.charset.StandardCharsets.UTF_8;
|
|||
import com.google.common.collect.ImmutableMap;
|
||||
import com.google.common.collect.ImmutableSet;
|
||||
import com.google.common.io.Files;
|
||||
|
||||
import com.googlecode.objectify.Key;
|
||||
|
||||
import google.registry.model.domain.LrpToken;
|
||||
import google.registry.model.reporting.HistoryEntry;
|
||||
import google.registry.tools.DeterministicStringGenerator.Rule;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
||||
import java.util.Set;
|
||||
|
||||
import javax.annotation.Nullable;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue