We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa62c3 commit 9693618Copy full SHA for 9693618
java-diff-utils/src/main/java/com/github/difflib/algorithm/myers/MyersDiff.java
@@ -37,8 +37,6 @@
37
*/
38
public final class MyersDiff<T> implements DiffAlgorithmI<T> {
39
40
- private static final BiPredicate<Object, Object> DEFAULT_EQUALIZER = Object::equals;
41
-
42
private final BiPredicate<? super T, ? super T> equalizer;
43
private final boolean usesDefaultEqualizer;
44
0 commit comments