Commit 89ce301
authored
Fix typo in UnifiedDiff#spplyPatchTo(Predicate<String>, List<String>) (#127)
* Fix typo in UnifiedDiff.java
Changes UnifiedDiff#spplyPatchTo to UnifiedDiff#applyPatchTo
* Fix typo in test
Fixes the method invocation in the UnifiedDiff roundtrip test to account for the typo fix in UnifiedDiff1 parent 3d5343c commit 89ce301
File tree
2 files changed
+2
-2
lines changed- java-diff-utils/src
- main/java/com/github/difflib/unifieddiff
- test/java/com/github/difflib/unifieddiff
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
0 commit comments