Skip to content

Commit 22bb64d

Browse files
committed
SourceFinder: fix javadoc lint error
1 parent c36eb62 commit 22bb64d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scijava/search/SourceFinder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public final class SourceFinder {
5757
* @param c The class for which a source URL is desired.
5858
* @param log The logger to use for any debug messages.
5959
* @return URL of the class's source.
60-
* @throw SourceNotFoundException If the source location cannot be found.
60+
* @throws SourceNotFoundException If the source location cannot be found.
6161
*/
6262
public static URL sourceLocation(final Class<?> c, final Logger log)
6363
throws SourceNotFoundException

0 commit comments

Comments
 (0)