We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af4bf1 commit 135b773Copy full SHA for 135b773
1 file changed
src/main/java/org/variantsync/diffdetective/metadata/Metadata.java
@@ -71,7 +71,7 @@ static <T> T mergeEqual(T a, T b) {
71
/**
72
* Same as {@link #mergeEqual(Object, Object)} but does not crash when the two values are unequal.
73
* Instead, both values are merged using the supplied function.
74
- * The supplied function is called only if the two given values are unequal (according to {@link Object::equals}).
+ * The supplied function is called only if the two given values are unequal (according to {@link Object#equals(Object)}).
75
*
76
* <p>The value {@code null} is treated as the neutral element in the sense that no exception is
77
* thrown if an element is {@code null}. In this case return value is defined by {@code
0 commit comments