[jOOQ/jOOQ#17765] Javadoc typo on MergeNotMatchedStep.whenNotMatchedThenInsert

This commit is contained in:
Lukas Eder 2024-12-11 15:43:16 +01:00
parent fd76e92a00
commit 9fcc37ee2e

View File

@ -262,7 +262,7 @@ public interface MergeNotMatchedStep<R extends Record> extends MergeFinalStep<R>
MergeNotMatchedValuesStepN<R> whenNotMatchedThenInsert(Field<?>... fields);
/**
* Add the <code>WHEN MATCHED THEN UPDATE</code> clause to the
* Add the <code>WHEN NOT MATCHED THEN INSERT</code> clause to the
* <code>MERGE</code> statement
*/
@NotNull @CheckReturnValue