Skip to content

Commit

Permalink
use see instead of link in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
davecramer committed Apr 26, 2024
1 parent 34633bc commit 0e88656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pgjdbc/src/main/java/org/postgresql/PGProperty.java
Expand Up @@ -601,8 +601,8 @@ public enum PGProperty {
"The timeout value in seconds max(2147484) used for socket read operations."),

/**
* Enable mapping of `WITH TIMEZONE` to {@link java.sql.Types.TIME_WITH_TIMEZONE}
* and {@link java.sql.Types.TIMESTAMP_WITH_TIMEZONE} .
* Enable mapping of `WITH TIMEZONE` to {@see java.sql.Types.TIME_WITH_TIMEZONE}
* and {@see java.sql.Types.TIMESTAMP_WITH_TIMEZONE} .
* The default is {@code false}
*/
USE_WITH_TIMEZONE(
Expand Down

0 comments on commit 0e88656

Please sign in to comment.