提交 21b2859d 编写于 作者: F Felix Belzunce Arcos

Remove re-throw

上级 78b15b33
......@@ -228,7 +228,7 @@ public final class RunMap<R extends Run<?,R>> extends AbstractLazyLoadRunMap<R>
}
return b;
} catch (IOException e) {
throw new IOException();
LOGGER.log(Level.WARNING, "could not load " + d, e);
} catch (InstantiationError e) {
LOGGER.log(Level.WARNING, "could not load " + d, e);
} catch (Exception e) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册