mirror of
https://github.com/google/nomulus
synced 2026-02-03 19:42:39 +00:00
Format some imports using fix_imports.py
Unfortunately this tool isn't smart enough to deal with the assertThat situation (which has two static imports of a function with the same name). ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=172000753
This commit is contained in:
@@ -16,19 +16,15 @@ package google.registry.keyring.api;
|
||||
|
||||
import com.google.common.annotations.VisibleForTesting;
|
||||
import com.google.common.base.MoreObjects;
|
||||
|
||||
import google.registry.util.ComparingInvocationHandler;
|
||||
import google.registry.util.FormattingLogger;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.PrintWriter;
|
||||
import java.io.StringWriter;
|
||||
import java.lang.reflect.Method;
|
||||
import java.util.Arrays;
|
||||
import java.util.Objects;
|
||||
|
||||
import javax.annotation.Nullable;
|
||||
|
||||
import org.bouncycastle.bcpg.BCPGKey;
|
||||
import org.bouncycastle.bcpg.PublicKeyPacket;
|
||||
import org.bouncycastle.openpgp.PGPKeyPair;
|
||||
|
||||
Reference in New Issue
Block a user