RebaseChange: Fix typo
Change-Id: I8f8fd169ce258191b2f1fcc70e0673edb7eadc9d
This commit is contained in:
@@ -182,7 +182,7 @@ public class RebaseChange {
|
|||||||
|
|
||||||
if (patchSetAncestors.size() > 1) {
|
if (patchSetAncestors.size() > 1) {
|
||||||
throw new IOException(
|
throw new IOException(
|
||||||
"Cannot rebase a change with multiple parents. Parents commits: "
|
"Cannot rebase a change with multiple parents. Parent commits: "
|
||||||
+ patchSetAncestors.toString());
|
+ patchSetAncestors.toString());
|
||||||
}
|
}
|
||||||
if (patchSetAncestors.size() == 0) {
|
if (patchSetAncestors.size() == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user