Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitea8d442

Browse files
committed
fixes#75
1 parentfbb51d2 commitea8d442

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
publicabstractvoidrestore(List<T>target);
6363

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

6669
@Override

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp