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

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


The following commit(s) were added to refs/heads/POOL_2_X by this push:
     new a62b49cf Javadoc
a62b49cf is described below

commit a62b49cfd20da0bd4fb4a3e72183bd95ab8efc54
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Oct 7 08:48:38 2025 -0400

    Javadoc
---
 src/main/java/org/apache/commons/pool2/impl/CallStackUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/pool2/impl/CallStackUtils.java 
b/src/main/java/org/apache/commons/pool2/impl/CallStackUtils.java
index 4341ea8f..d4e2fced 100644
--- a/src/main/java/org/apache/commons/pool2/impl/CallStackUtils.java
+++ b/src/main/java/org/apache/commons/pool2/impl/CallStackUtils.java
@@ -51,7 +51,7 @@ public final class CallStackUtils {
      * @param useTimestamp  if true, interpret message as a SimpleDateFormat 
and print the created timestamp; otherwise,
      *                      print message format literally
      * @return a new CallStack
-     * @deprecated use {@link #newCallStack(String, boolean, boolean)}
+     * @deprecated Use {@link #newCallStack(String, boolean, boolean)}
      */
     @Deprecated
     public static CallStack newCallStack(final String messageFormat, final 
boolean useTimestamp) {

Reply via email to