We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1278e71 commit 684697eCopy full SHA for 684697e
src/main/java/org/scijava/util/ClassUtils.java
@@ -93,6 +93,7 @@ private ClassUtils() {
93
* Loads the class with the given name, using the current thread's context
94
* class loader, or null if it cannot be loaded.
95
*
96
+ * @param name The name of the class to load.
97
* @return The loaded class, or null if the class could not be loaded.
98
* @see #loadClass(String, ClassLoader)
99
*/
0 commit comments