mirror of
https://github.com/google/nomulus.git
synced 2025-06-27 06:44:51 +02:00
Add a throw-away tool to remove IP addresses of external hosts
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=121279715
This commit is contained in:
parent
b672643194
commit
05803bbc33
10 changed files with 129 additions and 9 deletions
|
@ -111,7 +111,7 @@ final class CreateContactCommand extends MutatingEppToolCommand implements Gtech
|
|||
private static final int PASSWORD_LENGTH = 16;
|
||||
|
||||
@Override
|
||||
void initMutatingEppToolCommand() {
|
||||
protected void initMutatingEppToolCommand() {
|
||||
if (isNullOrEmpty(password)) {
|
||||
password = passwordGenerator.createPassword(PASSWORD_LENGTH);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue