Skip to content

Commit

Permalink
Polishing.
Browse files Browse the repository at this point in the history
Javadoc param description.

[#593]
  • Loading branch information
h1alexbel committed Jun 16, 2023
1 parent 9b656c9 commit f35c579
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/io/r2dbc/postgresql/BoundedStatementCache.java
Expand Up @@ -137,7 +137,8 @@ Collection<String> getCachedStatementNames() {
/**
* Synchronized cache access: Retrieve statement name by key.
*
* @param key
* @param key Cache key
* @see CacheKey
* @return statement name by key
*/
@Nullable
Expand Down

0 comments on commit f35c579

Please sign in to comment.