mirror of
https://github.com/google/nomulus
synced 2026-01-08 23:23:32 +00:00
Remove useless createdRepoId from logging
It is no longer needed since we don't do log-replay and it's annoying to support in the flat flows. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=135805088
This commit is contained in:
@@ -59,14 +59,6 @@ public abstract class Flow {
|
||||
/** Execute the business logic for this flow. */
|
||||
protected abstract EppOutput run() throws EppException;
|
||||
|
||||
/**
|
||||
* Subclasses that create a resource should override this to return the repoId of the new
|
||||
* resource.
|
||||
*/
|
||||
protected String getCreatedRepoId() {
|
||||
return null;
|
||||
}
|
||||
|
||||
protected String getClientId() {
|
||||
return sessionMetadata.getClientId();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user