diff --git a/jOOQ-test/src/test/java/org/jooq/test/all/testcases/CRUDTests.java b/jOOQ-test/src/test/java/org/jooq/test/all/testcases/CRUDTests.java index 4c45be36a6..c4108bf002 100644 --- a/jOOQ-test/src/test/java/org/jooq/test/all/testcases/CRUDTests.java +++ b/jOOQ-test/src/test/java/org/jooq/test/all/testcases/CRUDTests.java @@ -281,14 +281,6 @@ extends BaseTest> extends TableRecord { /** - * A view holding values for the {@link Table#getPrimaryKey()} - *

- * This method returns a "view" of this record itself. Modifications to the - * returned record will affect values in this record. + * A Record copy holding values for the {@link Table#getPrimaryKey()}. *

* The returned record consists exactly of those fields as returned by the * table's primary key: {@link UniqueKey#getFields()}.