File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed
Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 3535 * @author <a href="dm.naumenko@gmail.com>Dmitry Naumenko</a>
3636 * @param T The type of the compared elements in the 'lines'.
3737 */
38- public class Chunk <T > {
38+ public final class Chunk <T > {
3939
4040 private final int position ;
4141 private List <T > lines ;
Original file line number Diff line number Diff line change 3030 * @author <a href="dm.naumenko@gmail.com">Dmitry Naumenko</a>
3131 * @param T The type of the compared elements in the 'lines'.
3232 */
33- public class Patch <T > {
33+ public final class Patch <T > {
3434
3535 private final List <Delta <T >> deltas = new LinkedList <>();
3636
Original file line number Diff line number Diff line change 2525 *
2626 * @author <a href="dm.naumenko@gmail.com">Dmitry Naumenko</a>
2727 */
28- public class DiffRow {
28+ public final class DiffRow {
2929
3030 private Tag tag ;
3131 private String oldLine ;
Original file line number Diff line number Diff line change 1919 */
2020package difflib .text ;
2121
22- import java .util .LinkedList ;
2322import java .util .List ;
2423import static java .util .stream .Collectors .toList ;
2524
You can’t perform that action at this time.
0 commit comments