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-pool.git


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

commit b9919dfaa8b517557ff39a451446608e31e20875
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Wed Jul 24 21:27:46 2019 -0400

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

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 42916ac..eaf58fb 100644
--- a/src/main/java/org/apache/commons/pool2/impl/CallStackUtils.java
+++ b/src/main/java/org/apache/commons/pool2/impl/CallStackUtils.java
@@ -26,6 +26,8 @@ import java.security.AccessControlException;
 public final class CallStackUtils {
 
     /**
+     * Returns whether the caller can create a security manager in the current 
environment.
+     * 
      * @return {@code true} if it is able to create a security manager in the 
current environment, {@code false}
      *         otherwise.
      */

Reply via email to