Skip to content

Commit ea8d442

Browse files
committed
fixes #75
1 parent fbb51d2 commit ea8d442

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

java-diff-utils/src/main/java/com/github/difflib/patch/AbstractDelta.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ protected void verifyChunk(List<T> target) throws PatchFailedException {
6161

6262
public abstract void restore(List<T> target);
6363

64+
/**
65+
* Create a new delta of the actual instance with customized chunk data.
66+
*/
6467
public abstract AbstractDelta<T> withChunks(Chunk<T> original, Chunk<T> revised);
6568

6669
@Override

0 commit comments

Comments
 (0)