Skip to content

Commit 135b773

Browse files
committed
fix: javadoc error
1 parent 0af4bf1 commit 135b773

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/org/variantsync/diffdetective/metadata

src/main/java/org/variantsync/diffdetective/metadata/Metadata.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ static <T> T mergeEqual(T a, T b) {
7171
/**
7272
* Same as {@link #mergeEqual(Object, Object)} but does not crash when the two values are unequal.
7373
* 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}).
74+
* The supplied function is called only if the two given values are unequal (according to {@link Object#equals(Object)}).
7575
*
7676
* <p>The value {@code null} is treated as the neutral element in the sense that no exception is
7777
* thrown if an element is {@code null}. In this case return value is defined by {@code

0 commit comments

Comments
 (0)