提交 99ffe166 编写于 作者: Y youyong205

Update Handler.java

上级 94f56e16
......@@ -54,13 +54,6 @@ public class Handler implements PageHandler<Context> {
if (m_service.isEligable(request)) {
ModelResponse<CrossReport> response = m_service.invoke(request);
CrossReport report = response.getModel();
try {
String xml = Files.forIO().readFrom(new File("/Users/youyong/Desktop/cross.xml"), "utf-8");
report = DefaultSaxParser.parse(xml);
} catch (Exception e) {
e.printStackTrace();
}
return report;
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册