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

Commitb9fea86

Browse files
committed
remove verification from applyTo
1 parentb17bbb1 commitb9fea86

File tree

1 file changed

+1
-1
lines changed
  • java-diff-utils/src/main/java/com/github/difflib/patch

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public List<T> applyTo(List<T> target) throws PatchFailedException {
5757
ListIterator<AbstractDelta<T>>it =getDeltas().listIterator(deltas.size());
5858
while (it.hasPrevious()) {
5959
AbstractDelta<T>delta =it.previous();
60-
delta.applyTo(result);
60+
delta.verifyAntApplyTo(result);
6161
}
6262
returnresult;
6363
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp