We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c36eb62 commit 22bb64dCopy full SHA for 22bb64d
src/main/java/org/scijava/search/SourceFinder.java
@@ -57,7 +57,7 @@ public final class SourceFinder {
57
* @param c The class for which a source URL is desired.
58
* @param log The logger to use for any debug messages.
59
* @return URL of the class's source.
60
- * @throw SourceNotFoundException If the source location cannot be found.
+ * @throws SourceNotFoundException If the source location cannot be found.
61
*/
62
public static URL sourceLocation(final Class<?> c, final Logger log)
63
throws SourceNotFoundException
0 commit comments