Skip to content

Commit 8edf2ea

Browse files
committed
Javadoc
1 parent 39bead9 commit 8edf2ea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/java/org/apache/commons/jxpath/util/ClassLoaderUtil.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public final class ClassLoaderUtil {
5050
}
5151

5252
/**
53-
* Add primitive type abbreviation to maps of abbreviations.
53+
* Adds primitive type abbreviation to map of abbreviations.
5454
*
5555
* @param primitive Canonical name of primitive type
5656
* @param abbreviation Corresponding abbreviation of primitive type
@@ -60,7 +60,7 @@ private static void addAbbreviation(final String primitive, final String abbrevi
6060
}
6161

6262
/**
63-
* Returns the class represented by {@code className} using the {@code classLoader}. This implementation supports names like "{@code java.lang.String[]}" as
63+
* Gets the class represented by {@code className} using the {@code classLoader}. This implementation supports names like "{@code java.lang.String[]}" as
6464
* well as "{@code [Ljava.lang.String;}".
6565
*
6666
* @param <T> The expected class type.
@@ -83,7 +83,7 @@ private static <T> Class<T> getClass(final ClassLoader classLoader, final String
8383
}
8484

8585
/**
86-
* Returns the class represented by {@code className} using the current thread's context class loader. This implementation supports names like
86+
* Gets the class represented by {@code className} using the current thread's context class loader. This implementation supports names like
8787
* "{@code java.lang.String[]}" as well as "{@code [Ljava.lang.String;}".
8888
*
8989
* @param <T> The expected class type.
@@ -131,7 +131,7 @@ private static String toCanonicalName(String className) {
131131
}
132132

133133
/**
134-
* Constructs a new instance.
134+
* New need to constructs new instances.
135135
*/
136136
private ClassLoaderUtil() {
137137
// empty

0 commit comments

Comments
 (0)