Commit 68ee2262 by Jessica Hawkwell

fixing one little exception

1 parent 54367d6b
Pipeline #197 passed
in 20 seconds
......@@ -402,7 +402,7 @@ public class BootstrapClassLoader extends ClassLoader
}
log.info("Added Jar ".concat(pt));
}
catch ( IOException x ) {}
catch ( IOException | NullPointerException x ) {}
}
}
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!