Skip to content

Commit 7647c0a

Browse files
committed
removed author entry that was accidently introduced into the new implementation of UnifiedDiff tools
1 parent 759a2ba commit 7647c0a

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
private static void getDeltaText(Consumer<String> writer, AbstractDelta<String> delta) {
199198
for (String line : delta.getSource().getLines()) {

0 commit comments

Comments
 (0)