BatchUpdateListener: Rename method for consistency

Change-Id: I9cbf70bf852f8da877c84e6791dd9051a262393b
This commit is contained in:
Dave Borowitz
2017-03-13 10:07:32 -04:00
parent b5aea604d6
commit a2661f509a
3 changed files with 4 additions and 4 deletions

View File

@@ -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");
}