Skip to content

Commit b32b107

Browse files
committed
Remove incorrect sentence in Javadoc
1 parent 9a17905 commit b32b107

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/ch/jalu/typeresolver/classutil/ClassUtils.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ public static Optional<Class<?>> tryLoadClass(String name) {
4747
/**
4848
* Loads a class or throws an {@link IllegalArgumentException}. This method wraps {@link Class#forName(String)}
4949
* to throw a runtime exception for convenience.
50-
* <p>
51-
* Note that errors thrown by {@link Class#forName(String)} (e.g. {@link LinkageError}) are not caught as they
52-
* typically indicate more severe issues.
5350
*
5451
* @param name the class name to load
5552
* @return the loaded class, never null

0 commit comments

Comments
 (0)