File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
src/main/java/com/github/difflib Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1919
2020/**
2121 *
22- * @author toben
22+ * @author <a href="t.warneke@gmx.net">Tobias Warneke</a>
2323 */
2424public class Change {
2525
Original file line number Diff line number Diff line change 2626 * The general interface for computing diffs between two lists of elements of type T.
2727 *
2828 * @author <a href="dm.naumenko@gmail.com">Dmitry Naumenko</a>
29+ * @author <a href="t.warneke@gmx.net">Tobias Warneke</a>
2930 * @param T The type of the compared elements in the 'lines'.
3031 */
3132public interface DiffAlgorithm <T > {
Original file line number Diff line number Diff line change 2525 * Describes the delta between original and revised texts.
2626 *
2727 * @author <a href="dm.naumenko@gmail.com">Dmitry Naumenko</a>
28+ * @author <a href="t.warneke@gmx.net">Tobias Warneke</a>
2829 * @param T The type of the compared elements in the 'lines'.
2930 */
3031public abstract class Delta <T > {
You can’t perform that action at this time.
0 commit comments