Skip to content

Commit

Permalink
errata: two minor fixes to javadoc
Browse files Browse the repository at this point in the history
- remove superfluous @SInCE annotation
- change @link -> @linkplain

Signed-off-by: Gavin King <[email protected]>
  • Loading branch information
gavinking authored and lukasj committed May 22, 2024
1 parent 391317b commit 4d8d252
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions api/src/main/java/jakarta/persistence/CheckConstraint.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@
/**
* (Optional) A SQL fragment appended to the generated DDL
* which creates this constraint.
*
* @since 3.2
*/
String options() default "";
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
package jakarta.persistence;

/**
* Thrown when {@link SchemaManager#validate() schema validation} fails.
* Thrown when {@linkplain SchemaManager#validate() schema validation} fails.
*
* @see SchemaManager#validate()
*
Expand Down

0 comments on commit 4d8d252

Please sign in to comment.