We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b8fb81 commit 45918c3Copy full SHA for 45918c3
src/main/java/org/scijava/annotations/EclipseHelper.java
@@ -119,7 +119,6 @@ private static void debug(final String message) {
119
* </p>
120
*
121
* @param loader the class loader whose class path to inspect
122
- * @throws IOException
123
*/
124
public static void updateAnnotationIndex(final ClassLoader loader) {
125
debug("Checking class loader: " + loader);
@@ -275,8 +274,6 @@ else if (file.isDirectory()) {
275
274
* first class path element (or for tests, the first two), and only if it is a
276
* local directory.
277
278
- *
279
280
281
public static void main(final String... args) {
282
updateAnnotationIndex(Thread.currentThread().getContextClassLoader());
0 commit comments