Skip to content

Commit 684697e

Browse files
committed
ClassUtils: add missing @param field to javadoc
1 parent 1278e71 commit 684697e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/scijava/util/ClassUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ private ClassUtils() {
9393
* Loads the class with the given name, using the current thread's context
9494
* class loader, or null if it cannot be loaded.
9595
*
96+
* @param name The name of the class to load.
9697
* @return The loaded class, or null if the class could not be loaded.
9798
* @see #loadClass(String, ClassLoader)
9899
*/

0 commit comments

Comments
 (0)