You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try these:
Lst<String> original = Arrays.asList("line1", "line2", "line3");
List<String> revised = Arrays.asList("line1", "line2-2", "line4");
Patch patch = DiffUtils.diff(original, revised);
position 1 shows as changed, but that is the only delta produced.
Original issue reported on code.google.com by [email protected] on 30 Sep 2013 at 9:32
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 30 Sep 2013 at 9:32The text was updated successfully, but these errors were encountered: