public interface Merger
Modifier and Type | Method and Description |
---|---|
MergeResult |
mergeContent(String base,
String left,
String right)
Merge the content provided.
|
MergeResult mergeContent(String base, String left, String right)
base
- common base for left and right strings.left
- branch 1 to merge inright
- branch 2 to merge in.Copyright © 2003–2015 Atlassian. All rights reserved.