BatchUpdate: Shorten ChangeContext method names
"Change" is implied by the type. Change-Id: If01d523c821126dc14f39055c63770dce52a45ae
This commit is contained in:
@@ -1807,7 +1807,7 @@ public class ReceiveCommits {
|
||||
new BatchUpdate.Op() {
|
||||
@Override
|
||||
public void updateChange(ChangeContext ctx) throws Exception {
|
||||
ctx.getChangeUpdate().setTopic(magicBranch.topic);
|
||||
ctx.getUpdate().setTopic(magicBranch.topic);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user