diff --git a/jOOQ/src/main/java/org/jooq/UpdatableRecord.java b/jOOQ/src/main/java/org/jooq/UpdatableRecord.java index 4b38ecf3b9..fab3fc0dfc 100644 --- a/jOOQ/src/main/java/org/jooq/UpdatableRecord.java +++ b/jOOQ/src/main/java/org/jooq/UpdatableRecord.java @@ -94,8 +94,8 @@ public interface UpdatableRecord> extends TableReco /** * Store this record back to the database. *

- * Depending on the state of the primary key's or main unique key's value, - * an {@link #insert()} or an {@link #update()} statement is executed. + * Depending on the state of the primary key's value, an {@link #insert()} + * or an {@link #update()} statement is executed. *

*

Statement type
*