File tree Expand file tree Collapse file tree 7 files changed +2
-9
lines changed
Expand file tree Collapse file tree 7 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 11package difflib ;
22
3- import difflib .*;
43import difflib .algorithm .DiffException ;
54import difflib .patch .ChangeDelta ;
65import difflib .patch .Chunk ;
Original file line number Diff line number Diff line change 11package difflib ;
22
3- import difflib .DiffUtils ;
43import difflib .algorithm .DiffException ;
54import difflib .patch .Patch ;
65import difflib .patch .PatchFailedException ;
Original file line number Diff line number Diff line change 11package difflib .examples ;
22
33import difflib .DiffUtils ;
4+ import difflib .TestConstants ;
45import difflib .patch .Patch ;
56import difflib .patch .PatchFailedException ;
6- import difflib .TestConstants ;
77import java .util .List ;
88
99public class ApplyPatch extends Example {
Original file line number Diff line number Diff line change 11package difflib .examples ;
22
33import difflib .DiffUtils ;
4+ import difflib .TestConstants ;
45import difflib .algorithm .DiffException ;
56import difflib .patch .Delta ;
67import difflib .patch .Patch ;
7- import difflib .TestConstants ;
88import java .util .List ;
99
1010public class ComputeDifference extends Example {
Original file line number Diff line number Diff line change 22
33import difflib .DiffUtils ;
44import difflib .algorithm .DiffException ;
5- import difflib .patch .Patch ;
6- import difflib .patch .PatchFailedException ;
75import java .util .Arrays ;
86import java .util .List ;
97import static org .junit .Assert .assertEquals ;
Original file line number Diff line number Diff line change 11package difflib .text ;
22
33import difflib .algorithm .DiffException ;
4- import difflib .text .DiffRow ;
5- import difflib .text .DiffRowGenerator ;
64import java .util .Arrays ;
75import java .util .List ;
86import static org .junit .Assert .assertEquals ;
Original file line number Diff line number Diff line change 1515 */
1616package difflib .text ;
1717
18- import difflib .text .StringUtils ;
1918import java .util .Collections ;
2019import org .junit .After ;
2120import org .junit .AfterClass ;
You can’t perform that action at this time.
0 commit comments