Package com.logicaldoc.comparison.basic
Class DiffMatch.Patch
- java.lang.Object
-
- com.logicaldoc.comparison.basic.DiffMatch.Patch
-
-
Field Summary
Fields Modifier and Type Field Description LinkedList<DiffMatch.Diff>diffsintlength1intlength2intstart1intstart2
-
Constructor Summary
Constructors Constructor Description Patch()Constructor.
-
-
-
Field Detail
-
diffs
public LinkedList<DiffMatch.Diff> diffs
-
start1
public int start1
-
start2
public int start2
-
length1
public int length1
-
length2
public int length2
-
-