You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/04/08 15:12:48 UTC

[camel] 02/02: Regen xmlsecurity

This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit f42f9b9459456c2d2f50cfb642683c39e7da112b
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Fri Apr 8 17:11:50 2022 +0200

    Regen xmlsecurity
    
    Regen for commit d931a0bfc2e44f15e5d547b53c1f3f96c52250c3
---
 .../camel/component/xmlsecurity/XAdESSignaturePropertiesTest.java  | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/components/camel-xmlsecurity/src/test/java/org/apache/camel/component/xmlsecurity/XAdESSignaturePropertiesTest.java b/components/camel-xmlsecurity/src/test/java/org/apache/camel/component/xmlsecurity/XAdESSignaturePropertiesTest.java
index 787ccd553da..f6abbd36910 100644
--- a/components/camel-xmlsecurity/src/test/java/org/apache/camel/component/xmlsecurity/XAdESSignaturePropertiesTest.java
+++ b/components/camel-xmlsecurity/src/test/java/org/apache/camel/component/xmlsecurity/XAdESSignaturePropertiesTest.java
@@ -50,7 +50,6 @@ import javax.xml.xpath.XPathFactory;
 import org.w3c.dom.Document;
 import org.w3c.dom.Node;
 
-
 import org.apache.camel.Exchange;
 import org.apache.camel.Message;
 import org.apache.camel.builder.RouteBuilder;
@@ -855,14 +854,12 @@ public class XAdESSignaturePropertiesTest extends CamelTestSupport {
     }
 
     protected Document testEnveloping(String fromUri)
-            throws
-            Exception {
+            throws Exception {
         return testEnveloping(fromUri, Collections.<String, Object> emptyMap());
     }
 
     protected Document testEnveloping(String fromUri, Map<String, Object> headers)
-            throws
-            Exception {
+            throws Exception {
         MockEndpoint mock = setupMock();
         sendBody(fromUri, payload, headers);
         assertMockEndpointsSatisfied();