mirror of
https://github.com/google/nomulus.git
synced 2025-05-12 22:38:16 +02:00
Generate authInfo for imported domains
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=146956307
This commit is contained in:
parent
b9222759dc
commit
6cdb3d81d3
4 changed files with 37 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue