Skip to content

Commit affde42

Browse files
committed
FileUtils: remove ImageJ-ism in javadoc
1 parent f94e26d commit affde42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ public static Map<String, URL> findResources(final String regex,
664664
}
665665

666666
/**
667-
* Finds {@link URL}s of resources known to ImageJ.
667+
* Finds {@link URL}s of resources known to the system.
668668
* <p>
669669
* Each of the given {@link URL}s is recursively scanned using
670670
* {@link #listContents(URL)}, and anything matching the given {@code regex}

0 commit comments

Comments
 (0)