Class DiffMatchPatch.Patch
- java.lang.Object
-
- com.composum.ai.aem.core.impl.autotranslate.DiffMatchPatch.Patch
-
- Enclosing class:
- DiffMatchPatch
public static class DiffMatchPatch.Patch extends Object
Class representing one patch operation.
-
-
Field Summary
Fields Modifier and Type Field Description LinkedList<DiffMatchPatch.Diff>
diffs
int
length1
int
length2
int
start1
int
start2
-
Constructor Summary
Constructors Constructor Description Patch()
Constructor.
-
-
-
Field Detail
-
diffs
public LinkedList<DiffMatchPatch.Diff> diffs
-
start1
public int start1
-
start2
public int start2
-
length1
public int length1
-
length2
public int length2
-
-