mirror of
https://github.com/google/nomulus
synced 2026-01-07 22:15:30 +00:00
Decouple dryRun from SessionMetadata
dryRun is only available via the (sessionless!) tool, and is not a property of the session. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=125203026
This commit is contained in:
@@ -54,6 +54,7 @@ public final class EppController {
|
||||
public byte[] handleEppCommand(
|
||||
SessionMetadata sessionMetadata,
|
||||
TransportCredentials credentials,
|
||||
boolean isDryRun,
|
||||
byte[] inputXmlBytes) {
|
||||
Trid trid = null;
|
||||
try {
|
||||
@@ -72,6 +73,7 @@ public final class EppController {
|
||||
trid,
|
||||
sessionMetadata,
|
||||
credentials,
|
||||
isDryRun,
|
||||
inputXmlBytes,
|
||||
metrics,
|
||||
clock);
|
||||
|
||||
Reference in New Issue
Block a user