public interface Differ
Modifier and Type | Method and Description |
---|---|
String |
diff(ContentEntityObject left,
ContentEntityObject right)
Computes a diff between the specified left and right input.
|
String diff(ContentEntityObject left, ContentEntityObject right)
left
- left inputright
- right inputDiffException
- if there is an error computing the diffCopyright © 2003–2016 Atlassian. All rights reserved.