Skip to content

Commit d5c7e2a

Browse files
committed
ClassUtils: fix javadoc parameter
1 parent 3ff1e3b commit d5c7e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ public List<T> getList(final Class<?> c,
803803
*
804804
* @param c Base class
805805
* @param annotationClass Annotation type
806-
* @param annotatedFields Method list to populate
806+
* @param annotatedMethods Method list to populate
807807
*/
808808
public void putList(final Class<?> c,
809809
final Class<? extends Annotation> annotationClass,

0 commit comments

Comments
 (0)