mirror of
https://github.com/google/nomulus
synced 2026-01-10 07:57:58 +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:
@@ -88,11 +88,6 @@ public abstract class ResourceCreateFlow
|
||||
modifyCreateRelatedResources();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected final String getCreatedRepoId() {
|
||||
return newResource.getRepoId();
|
||||
}
|
||||
|
||||
/** Modify any other resources that need to be informed of this create. */
|
||||
protected void modifyCreateRelatedResources() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user