]> source.dussan.org Git - poi.git/commitdiff
remove comment
authorPJ Fanning <fanningpj@apache.org>
Thu, 10 Feb 2022 00:42:53 +0000 (00:42 +0000)
committerPJ Fanning <fanningpj@apache.org>
Thu, 10 Feb 2022 00:42:53 +0000 (00:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1897923 13f79535-47bb-0310-9956-ffa450edef68

poi-ooxml/src/main/java/org/apache/poi/poifs/crypt/dsig/SignaturePart.java

index a4905fc7778edb12f6c5846658fa39e47c984cb5..291f34a4348068543a824fbabf6919957cc933cc 100644 (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);
         }