提交 471ddadd 编写于 作者: K kohsuke

formatting changes.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@3900 71c3de6d-444a-0410-be80-ed276b4c234a
上级 d13fe3ce
......@@ -163,7 +163,6 @@ public final class XmlFile {
public String sniffEncoding() throws IOException {
class Eureka extends SAXException {
final String encoding;
public Eureka(String encoding) {
this.encoding = encoding;
}
......@@ -179,7 +178,6 @@ public final class XmlFile {
attempt();
}
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException {
attempt();
// if we still haven't found it at the first start element,
......
......@@ -58,7 +58,6 @@ import javax.servlet.http.Cookie;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import javax.xml.parsers.SAXParserFactory;
import java.io.File;
import java.io.FileFilter;
import java.io.FileInputStream;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册