mirror of
https://github.com/java-diff-utils/java-diff-utils.git
synced 2026-03-13 10:11:17 +08:00
fixes #75
This commit is contained in:
@@ -61,6 +61,9 @@ public abstract class AbstractDelta<T> {
|
||||
|
||||
public abstract void restore(List<T> target);
|
||||
|
||||
/**
|
||||
* Create a new delta of the actual instance with customized chunk data.
|
||||
*/
|
||||
public abstract AbstractDelta<T> withChunks(Chunk<T> original, Chunk<T> revised);
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user