1
0
mirror of https://github.com/google/nomulus synced 2026-01-03 19:54:18 +00: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:
mcilwain
2016-09-23 14:45:53 -07:00
committed by Ben McIlwain
parent ba09297749
commit afa6648cf7
8 changed files with 4 additions and 16 deletions

View File

@@ -21,7 +21,6 @@ import java.security.NoSuchAlgorithmException;
import java.security.ProviderException;
import java.security.SecureRandom;
import java.util.Random;
import javax.inject.Named;
/** Dagger module for Registry Tool. */