BatchUpdateListener: Rename method for consistency
Change-Id: I9cbf70bf852f8da877c84e6791dd9051a262393b
This commit is contained in:
@@ -58,7 +58,7 @@ public class SubmitStrategyListener implements BatchUpdateListener {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void afterRefUpdates() throws ResourceConflictException {
|
||||
public void afterUpdateRefs() throws ResourceConflictException {
|
||||
if (failAfterRefUpdates) {
|
||||
throw new ResourceConflictException("Failing after ref updates");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user