Skip to content

Commit 45918c3

Browse files
committed
EclipseHelper: remove unneeded exception javadoc
1 parent 7b8fb81 commit 45918c3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/org/scijava/annotations/EclipseHelper.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ private static void debug(final String message) {
119119
* </p>
120120
*
121121
* @param loader the class loader whose class path to inspect
122-
* @throws IOException
123122
*/
124123
public static void updateAnnotationIndex(final ClassLoader loader) {
125124
debug("Checking class loader: " + loader);
@@ -275,8 +274,6 @@ else if (file.isDirectory()) {
275274
* first class path element (or for tests, the first two), and only if it is a
276275
* local directory.
277276
* </p>
278-
*
279-
* @throws IOException
280277
*/
281278
public static void main(final String... args) {
282279
updateAnnotationIndex(Thread.currentThread().getContextClassLoader());

0 commit comments

Comments
 (0)