remove comment

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897923 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-02-10 00:42:53 +00:00
parent 850e4fa903
commit 078375914e
1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@ public class SignaturePart {
* @throws XmlException if the xml signature is malformed
*/
public SignatureDocument getSignatureDocument() throws IOException, XmlException {
// TODO: check for XXE
try (InputStream stream = signaturePart.getInputStream()) {
return SignatureDocument.Factory.parse(stream, DEFAULT_XML_OPTIONS);
}