mirror of
https://github.com/java-diff-utils/java-diff-utils.git
synced 2026-03-13 10:11:17 +08:00
remove verification from applyTo
This commit is contained in:
@@ -57,7 +57,7 @@ public final class Patch<T> implements Serializable {
|
||||
ListIterator<AbstractDelta<T>> it = getDeltas().listIterator(deltas.size());
|
||||
while (it.hasPrevious()) {
|
||||
AbstractDelta<T> delta = it.previous();
|
||||
delta.applyTo(result);
|
||||
delta.verifyAntApplyTo(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user