mirror of
https://github.com/google/nomulus
synced 2026-02-05 20:41:08 +00: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:
committed by
Justine Tunney
parent
b672643194
commit
05803bbc33
@@ -47,7 +47,7 @@ final class ExecuteEppCommand extends MutatingEppToolCommand {
|
||||
private static InputStream stdin = System.in;
|
||||
|
||||
@Override
|
||||
void initMutatingEppToolCommand() throws IOException {
|
||||
protected void initMutatingEppToolCommand() throws IOException {
|
||||
if (mainParameters.isEmpty()) {
|
||||
addXmlCommand(
|
||||
clientIdentifier, CharStreams.toString(new InputStreamReader(stdin, UTF_8)));
|
||||
|
||||
Reference in New Issue
Block a user