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

Commit7647c0a

Browse files
committed
removed author entry that was accidently introduced into the new implementation of UnifiedDiff tools
1 parent759a2ba commit7647c0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎java-diff-utils/src/main/java/com/github/difflib/unifieddiff/UnifiedDiffWriter.java‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ private static void processDeltas(Consumer<String> writer,
193193
*
194194
* @param delta - the Delta to output
195195
* @return list of String lines of code.
196-
* @author Bill James (tankerbay@gmail.com)
197196
*/
198197
privatestaticvoidgetDeltaText(Consumer<String>writer,AbstractDelta<String>delta) {
199198
for (Stringline :delta.getSource().getLines()) {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp