diff --git a/hibernate-core/src/main/java/org/hibernate/annotations/ListIndexBase.java b/hibernate-core/src/main/java/org/hibernate/annotations/ListIndexBase.java index 9dc713cf48..874a110606 100644 --- a/hibernate-core/src/main/java/org/hibernate/annotations/ListIndexBase.java +++ b/hibernate-core/src/main/java/org/hibernate/annotations/ListIndexBase.java @@ -9,9 +9,9 @@ import java.lang.annotation.Retention; import static java.lang.annotation.RetentionPolicy.RUNTIME; /** - * Specifies the base value for the {@link jakarta.persistence.OrderColumn - * order column} of a persistent list or array, that is, the order column - * value of the first element of the list or array. + * Specifies the base value for the {@linkplain jakarta.persistence.OrderColumn + * order column} of a persistent list or array, that is, the order column value + * of the first element of the list or array. *