提交 e334c7b3 编写于 作者: K kohsuke

2-arg constructor not supported on Tiger.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@3901 71c3de6d-444a-0410-be80-ed276b4c234a
上级 471ddadd
......@@ -202,7 +202,7 @@ public final class XmlFile {
throw new IOException("Failed to detect encoding of "+file);
return e.encoding;
} catch (SAXException e) {
throw new IOException("Failed to detect encoding of "+file,e);
throw new IOException2("Failed to detect encoding of "+file,e);
} catch (ParserConfigurationException e) {
throw new AssertionError(e); // impossible
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册