Skip to content

Commit dc5e54d

Browse files
Aliaksei Bialiauskimp911de
Aliaksei Bialiauski
authored andcommitted
Polishing.
Javadoc param description. [#593]
1 parent a51504e commit dc5e54d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/io/r2dbc/postgresql/BoundedStatementCache.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ Collection<String> getCachedStatementNames() {
137137
/**
138138
* Synchronized cache access: Retrieve statement name by key.
139139
*
140-
* @param key
140+
* @param key Cache key
141+
* @see CacheKey
141142
* @return statement name by key
142143
*/
143144
@Nullable

0 commit comments

Comments
 (0)