You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/08/10 19:50:36 UTC

[camel] 02/02: CAMEL-16853: Regen

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

davsclaus pushed a commit to branch camel-3.11.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 026bee4c47913751574bda2f9af9995f9274f528
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Aug 10 21:46:54 2021 +0200

    CAMEL-16853: Regen
---
 .../java/org/apache/camel/component/xslt/XsltResultHandlerTest.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/camel-core/src/test/java/org/apache/camel/component/xslt/XsltResultHandlerTest.java b/core/camel-core/src/test/java/org/apache/camel/component/xslt/XsltResultHandlerTest.java
index ae3efa4..2a9465a 100644
--- a/core/camel-core/src/test/java/org/apache/camel/component/xslt/XsltResultHandlerTest.java
+++ b/core/camel-core/src/test/java/org/apache/camel/component/xslt/XsltResultHandlerTest.java
@@ -51,11 +51,11 @@ public class XsltResultHandlerTest extends TestSupport {
         assertEquals(factory, endpoint.getXslt().getResultHandlerFactory());
     }
 
-
     protected RouteBuilder createRouteBuilder() throws Exception {
         return new RouteBuilder() {
             public void configure() throws Exception {
-                from("direct:start").to("xslt:org/apache/camel/component/xslt/example.xsl?output=bytes&resultHandlerFactory=#factory");
+                from("direct:start")
+                        .to("xslt:org/apache/camel/component/xslt/example.xsl?output=bytes&resultHandlerFactory=#factory");
             }
         };
     }