removed author entry that was accidently introduced into the new implementation of UnifiedDiff tools

This commit is contained in:
Tobias Warneke
2020-12-17 23:02:05 +01:00
parent 759a2ba67a
commit 7647c0a39e

View File

@@ -193,7 +193,6 @@ public class UnifiedDiffWriter {
*
* @param delta - the Delta to output
* @return list of String lines of code.
* @author Bill James (tankerbay@gmail.com)
*/
private static void getDeltaText(Consumer<String> writer, AbstractDelta<String> delta) {
for (String line : delta.getSource().getLines()) {