Class EqualDelta<T>

java.lang.Object
com.github.difflib.patch.AbstractDelta<T>
com.github.difflib.patch.EqualDelta<T>
All Implemented Interfaces:
Serializable

public class EqualDelta<T> extends AbstractDelta<T>
This delta contains equal lines of data. Therefore nothing is to do in applyTo and restore.
See Also: