Skip to content

Commit 3c27af4

Browse files
committed
Types: add @see reference for array method
1 parent 732f490 commit 3c27af4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,7 @@ public static Class<?> array(final Class<?> componentType, final int dim) {
482482
* </p>
483483
*
484484
* @param componentType The type of elements which the array possesses
485+
* @see #component
485486
*/
486487
public static Type array(final Type componentType) {
487488
if (componentType == null) return null;

0 commit comments

Comments
 (0)