dmatej commented on code in PR #192:
URL:
https://github.com/apache/santuario-xml-security-java/pull/192#discussion_r1284823890
##########
src/main/java/org/apache/xml/security/parser/XMLParser.java:
##########
@@ -27,15 +27,6 @@
*/
public interface XMLParser {
- /**
- * Parses a document from the input stream.
- * Caller is responsible for closing the stream.
- *
- * @param inputStream
- * @param disallowDocTypeDeclarations
- * @return {@link Document}
- * @throws XMLParserException
- */
Review Comment:
Mistake - I made a separate PR for master and immediately rebased and
reverted unnecessary changes here. Unfortunately I forgot that it is a sequence
of commits so the patch was applied by git in the next rebase without conflicts.
Thanks for noticing that!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]