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-jxpath.git
The following commit(s) were added to refs/heads/master by this push: new 8edf2ea Javadoc 8edf2ea is described below commit 8edf2eaee301e2088cae49167bc4fb5c65ff4135 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun Apr 13 14:55:17 2025 -0400 Javadoc --- src/main/java/org/apache/commons/jxpath/util/ClassLoaderUtil.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/org/apache/commons/jxpath/util/ClassLoaderUtil.java b/src/main/java/org/apache/commons/jxpath/util/ClassLoaderUtil.java index ec239bf..4e2f8d6 100644 --- a/src/main/java/org/apache/commons/jxpath/util/ClassLoaderUtil.java +++ b/src/main/java/org/apache/commons/jxpath/util/ClassLoaderUtil.java @@ -50,7 +50,7 @@ public final class ClassLoaderUtil { } /** - * Add primitive type abbreviation to maps of abbreviations. + * Adds primitive type abbreviation to map of abbreviations. * * @param primitive Canonical name of primitive type * @param abbreviation Corresponding abbreviation of primitive type @@ -60,7 +60,7 @@ public final class ClassLoaderUtil { } /** - * Returns the class represented by {@code className} using the {@code classLoader}. This implementation supports names like "{@code java.lang.String[]}" as + * Gets the class represented by {@code className} using the {@code classLoader}. This implementation supports names like "{@code java.lang.String[]}" as * well as "{@code [Ljava.lang.String;}". * * @param <T> The expected class type. @@ -83,7 +83,7 @@ public final class ClassLoaderUtil { } /** - * Returns the class represented by {@code className} using the current thread's context class loader. This implementation supports names like + * Gets the class represented by {@code className} using the current thread's context class loader. This implementation supports names like * "{@code java.lang.String[]}" as well as "{@code [Ljava.lang.String;}". * * @param <T> The expected class type. @@ -131,7 +131,7 @@ public final class ClassLoaderUtil { } /** - * Constructs a new instance. + * New need to constructs new instances. */ private ClassLoaderUtil() { // empty