Mercurial > hg > monetdb-java
diff src/main/java/org/monetdb/mcl/net/ClientInfo.java @ 938:64ea9d5fbf87
Fix some compile with -Xlint flag errors and warnings
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Thu, 02 Jan 2025 19:42:36 +0100 (3 months ago) |
parents | d416e9b6b3d0 |
children |
line wrap: on
line diff
--- a/src/main/java/org/monetdb/mcl/net/ClientInfo.java +++ b/src/main/java/org/monetdb/mcl/net/ClientInfo.java @@ -30,7 +30,7 @@ import java.util.Set; /** * Manage ClientInfo properties to track, and help generating a - * @{link SQLClientInfoException} if there is a failure + * {@link SQLClientInfoException} if there is a failure */ public final class ClientInfo { public static final String defaultHostname = findHostname();