We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb51d2 commit ea8d442Copy full SHA for ea8d442
java-diff-utils/src/main/java/com/github/difflib/patch/AbstractDelta.java
@@ -61,6 +61,9 @@ protected void verifyChunk(List<T> target) throws PatchFailedException {
61
62
public abstract void restore(List<T> target);
63
64
+ /**
65
+ * Create a new delta of the actual instance with customized chunk data.
66
+ */
67
public abstract AbstractDelta<T> withChunks(Chunk<T> original, Chunk<T> revised);
68
69
@Override
0 commit comments