提交 30ed9adc authored 作者: Thomas Mueller's avatar Thomas Mueller

Use final where possible.

上级 a69f9f3b
...@@ -62,7 +62,7 @@ public class XMLParser { ...@@ -62,7 +62,7 @@ public class XMLParser {
*/ */
public static final int DTD = 11; public static final int DTD = 11;
private String xml; private final String xml;
private int pos; private int pos;
private int eventType; private int eventType;
private String currentText; private String currentText;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论