Skip to content

Commit 52a74b6

Browse files
Cherry-pick #83
1 parent c8786fb commit 52a74b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/org/apache/xalan/xsltc/trax/DOM2SAX.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ private static String getLocalName(Node node) {
146146
}
147147

148148
public void parse(InputSource unused) throws IOException, SAXException {
149-
parse(_dom);
149+
parse();
150150
}
151151

152152
public void parse() throws IOException, SAXException {

0 commit comments

Comments
 (0)