JavaDoc clarification.
This commit is contained in:
parent
232477b6ad
commit
7b84df341f
|
@ -58,7 +58,7 @@ public interface ConnectionPool extends Closeable
|
||||||
*
|
*
|
||||||
* @param connection the connection to release
|
* @param connection the connection to release
|
||||||
* @return true if the connection has been released, false if the connection
|
* @return true if the connection has been released, false if the connection
|
||||||
* was not obtained from the this ConnectionPool
|
* should be closed
|
||||||
*/
|
*/
|
||||||
boolean release(Connection connection);
|
boolean release(Connection connection);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue