This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git

commit 74f6a0193579b8c2a078983dfd7343d57fc42e9e
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Sun Jul 3 12:54:45 2022 -0400

    Fix message now that values are Durations instead of milliseconds.
---
 src/main/resources/org/apache/commons/dbcp2/LocalStrings.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/resources/org/apache/commons/dbcp2/LocalStrings.properties 
b/src/main/resources/org/apache/commons/dbcp2/LocalStrings.properties
index 2e0ada2b..a7f3e904 100644
--- a/src/main/resources/org/apache/commons/dbcp2/LocalStrings.properties
+++ b/src/main/resources/org/apache/commons/dbcp2/LocalStrings.properties
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-connectionFactory.lifetimeExceeded=The lifetime of the connection [{0}] 
milliseconds exceeds the maximum permitted value of [{1}] milliseconds
+connectionFactory.lifetimeExceeded=The lifetime of the connection [{0}] 
exceeds the maximum permitted value of [{1}].
 
 poolableConnectionFactory.validateObject.fail=Failed to validate a poolable 
connection.
 

Reply via email to