mirror of
https://github.com/google/nomulus
synced 2026-02-06 13:01:11 +00:00
Generate authInfo for imported domains
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=146956307
This commit is contained in:
committed by
Ben McIlwain
parent
b9222759dc
commit
6cdb3d81d3
@@ -26,7 +26,7 @@ public class RandomStringGenerator extends StringGenerator {
|
||||
private final Random random;
|
||||
|
||||
@Inject
|
||||
RandomStringGenerator(@Named("alphabet") String alphabet, Random random) {
|
||||
public RandomStringGenerator(@Named("alphabet") String alphabet, Random random) {
|
||||
super(alphabet);
|
||||
this.random = random;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user