File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/main/java/org/scijava/util Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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+ * @return The loaded class, or null if the class could not be loaded.
9697 * @see #loadClass(String, ClassLoader)
9798 */
9899 public static Class <?> loadClass (final String className ) {
@@ -118,6 +119,7 @@ public static Class<?> loadClass(final String className) {
118119 * @param name The name of the class to load.
119120 * @param classLoader The class loader with which to load the class; if null,
120121 * the current thread's context class loader will be used.
122+ * @return The loaded class, or null if the class could not be loaded.
121123 */
122124 public static Class <?> loadClass (final String name ,
123125 final ClassLoader classLoader )
You can’t perform that action at this time.
0 commit comments