This is an automated email from the ASF dual-hosted git repository.
kfujino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push:
new 2d7a75c fix javadoc
2d7a75c is described below
commit 2d7a75c5a227478810ff7d940e8b24a50d71ed45
Author: KeiichiFujino <[email protected]>
AuthorDate: Tue Mar 19 15:20:58 2019 +0900
fix javadoc
---
.../src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java
b/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java
index f5b1862..99a9fac 100644
---
a/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java
+++
b/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ConnectionPool.java
@@ -919,7 +919,7 @@ public class ConnectionPool {
/**
* Checks whether this connection has {@link
PooledConnection#isMaxAgeExpired() expired} and tries to reconnect if it has.
- *
+ * @param con PooledConnection
* @return true if the connection was either not expired or expired but
reconnecting succeeded,
* false if reconnecting failed (either because a new connection could not
be established or
* validating the newly created connection failed)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]