Skip to content

Commit c594744

Browse files
committed
use @linkplain
Signed-off-by: Gavin King <[email protected]>
1 parent 0df14d2 commit c594744

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hibernate-core/src/main/java/org/hibernate/annotations/ListIndexBase.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
import static java.lang.annotation.RetentionPolicy.RUNTIME;
1010

1111
/**
12-
* Specifies the base value for the {@link jakarta.persistence.OrderColumn
13-
* order column} of a persistent list or array, that is, the order column
14-
* value of the first element of the list or array.
12+
* Specifies the base value for the {@linkplain jakarta.persistence.OrderColumn
13+
* order column} of a persistent list or array, that is, the order column value
14+
* of the first element of the list or array.
1515
* <ul>
1616
* <li>When a row is read from the database, this base value is subtracted
1717
* from the order column value to determine an index in the list or array.

0 commit comments

Comments
 (0)