Skip to content

Commit 2214c50

Browse files
Dmitrii Pronichevsebersole
authored andcommitted
fixed incorrect link to new jakarta-jdbc-password property from the deprecated PASS property in JdbcSettings
1 parent 6a1581c commit 2214c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-core/src/main/java/org/hibernate/cfg/JdbcSettings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ public interface JdbcSettings extends C3p0Settings, ProxoolSettings, AgroalSetti
518518
/**
519519
* @see #USER
520520
*
521-
* @deprecated The JPA-standard setting {@link #JAKARTA_JDBC_USER} is now preferred.
521+
* @deprecated The JPA-standard setting {@link #JAKARTA_JDBC_PASSWORD} is now preferred.
522522
*/
523523
@Deprecated
524524
String PASS = "hibernate.connection.password";

0 commit comments

Comments
 (0)