Skip to content

Commit d6a272b

Browse files
committed
@link -> @linkplain
1 parent 7d3ee2d commit d6a272b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-core/src/main/java/org/hibernate/type/descriptor/java/BasicJavaType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
public interface BasicJavaType<T> extends JavaType<T> {
1717
/**
18-
* Obtain the "recommended" {@link JdbcType SQL type descriptor}
18+
* Obtain the "recommended" {@linkplain JdbcType SQL type descriptor}
1919
* for this Java type. Often, but not always, the source of this
2020
* recommendation is the JDBC specification.
2121
*

0 commit comments

Comments
 (0)