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

Commit270754f

Browse files
committed
1 parent06f1e05 commit270754f

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ public static <T> Patch<T> generate(List<T> original, List<T> revised, List<Chan
142142
caseCHANGE:
143143
patch.addDelta(newChangeDelta<>(orgChunk,revChunk));
144144
break;
145+
default:
145146
}
146147

147148
startOriginal =change.endOriginal;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp