RebaseChange: Minor cleanup

Remove unnecessary finals. Rename some variables for consistency.
Reword some Javadoc and make it consistent. Whitespace and wrapping
cleanup.

Change-Id: Icc0c0b6f0231eae7aed5c676a4cfe2fd26493142
This commit is contained in:
Dave Borowitz
2015-05-20 12:30:16 -07:00
parent 1a7c14eed1
commit 9492f33d28
2 changed files with 157 additions and 158 deletions

View File

@@ -89,7 +89,7 @@ public class RebaseIfNecessary extends SubmitStrategy {
.getSubmitter(n).getAccountId());
PatchSet newPatchSet =
rebaseChange.rebase(args.repo, args.rw, args.inserter,
n.getPatchsetId(), n.change(), uploader,
n.change(), n.getPatchsetId(), uploader,
mergeTip.getCurrentTip(), args.mergeUtil,
args.serverIdent.get(), false, ValidatePolicy.NONE);