From 3c513e4e097c8155d6885cc57c1aa44bd6070e22 Mon Sep 17 00:00:00 2001 From: h1alexbel Date: Fri, 2 Jun 2023 16:11:37 +0300 Subject: [PATCH] key param --- src/main/java/io/r2dbc/postgresql/BoundedStatementCache.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/io/r2dbc/postgresql/BoundedStatementCache.java b/src/main/java/io/r2dbc/postgresql/BoundedStatementCache.java index 2d6e2121e..0d6dd5f64 100644 --- a/src/main/java/io/r2dbc/postgresql/BoundedStatementCache.java +++ b/src/main/java/io/r2dbc/postgresql/BoundedStatementCache.java @@ -137,7 +137,8 @@ Collection getCachedStatementNames() { /** * Synchronized cache access: Retrieve statement name by key. * - * @param key + * @param key Cache key + * @see CacheKey * @return statement name by key */ @Nullable