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


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

commit b652c477f65d0d96d9f14d2afc3fcad723d20291
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Aug 31 15:24:31 2021 -0400

    Javadoc.
---
 src/main/java/org/apache/commons/lang3/reflect/ConstructorUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/lang3/reflect/ConstructorUtils.java 
b/src/main/java/org/apache/commons/lang3/reflect/ConstructorUtils.java
index ecfdc37..7fa51ba 100644
--- a/src/main/java/org/apache/commons/lang3/reflect/ConstructorUtils.java
+++ b/src/main/java/org/apache/commons/lang3/reflect/ConstructorUtils.java
@@ -277,7 +277,7 @@ public class ConstructorUtils {
     }
 
     /**
-     * Learn whether the specified class is generally accessible, i.e. is
+     * Tests whether the specified class is generally accessible, i.e. is
      * declared in an entirely {@code public} manner.
      * @param type to check
      * @return {@code true} if {@code type} and any enclosing classes are

Reply via email to