Skip to content

Commit 1735f29

Browse files
committed
Javadoc
1 parent dde29a2 commit 1735f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/**
2525
* Port of class loading methods from {@code org.apache.commons.lang3.ClassUtils} from the Apache Commons Lang Component. Some adjustments made to remove
2626
* dependency on {@code org.apache.commons.lang3.StringUtils}. Also modified to fall back on the current class loader when an attempt to load a class with the
27-
* context class loader results in a {@code java.lang.ClassNotFoundException}.
27+
* context class loader results in a {@link ClassNotFoundException}.
2828
*
2929
* See org.apache.commons.lang3.ClassUtils
3030
* @since 1.4.0

0 commit comments

Comments
 (0)