Re: [PR] Added properties for base64 formatting [santuario -xml-security-java]

kuzjka (via GitHub) <[email protected]> Wed, 05 Nov 2025 15:00:06 -0000
Newsgroups gmane.text.xml.security.devel
Message-ID <PR_kwDOD7oF986jGHuo-a4c8cfe3-0fb3-4385-b172-bf6baf0d74fc@gitbox.apache.org>
kuzjka commented on code in PR #504:
URL: https://github.com/apache/santuario-xml-security-java/pull/504#discussion_r2494934236


##########
src/main/java/org/apache/xml/security/stax/impl/processor/output/AbstractEncryptOutputProcessor.java:
##########
@@ -24,12 +24,7 @@
 import java.security.InvalidKeyException;
 import java.security.NoSuchAlgorithmException;
 import java.security.spec.AlgorithmParameterSpec;
-import java.util.ArrayDeque;
-import java.util.ArrayList;
-import java.util.Deque;
-import java.util.Iterator;
-import java.util.List;
-import java.util.Map;
+import java.util.*;

Review Comment:
   Oops, my IDE did it :) reverted



-- 
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]