You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ff...@apache.org on 2019/09/05 13:39:59 UTC

[camel] 02/02: remove unnecessary comment code

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

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

commit 81a7b9a467dcabbbb0c327fa2656b280b87b6541
Author: Freeman Fang <fr...@gmail.com>
AuthorDate: Thu Sep 5 09:34:20 2019 -0400

    remove unnecessary comment code
    
    (cherry picked from commit 33c143b257ae3da43f6a9f4177e8993772baaf37)
---
 .../apache/camel/component/undertow/UndertowHttpStreamCachingTest.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/components/camel-undertow/src/test/java/org/apache/camel/component/undertow/UndertowHttpStreamCachingTest.java b/components/camel-undertow/src/test/java/org/apache/camel/component/undertow/UndertowHttpStreamCachingTest.java
index e9bcfaa..f064504 100644
--- a/components/camel-undertow/src/test/java/org/apache/camel/component/undertow/UndertowHttpStreamCachingTest.java
+++ b/components/camel-undertow/src/test/java/org/apache/camel/component/undertow/UndertowHttpStreamCachingTest.java
@@ -47,7 +47,6 @@ public class UndertowHttpStreamCachingTest extends BaseUndertowTest {
 
                 
 
-                //from("undertow:http://localhost:8080/client?useStreaming=true")
                 from("undertow:http://localhost:{{port}}/client")
                     .setHeader(Exchange.HTTP_METHOD, constant(HttpMethods.POST))
                     .to("http://localhost:{{port}}/server?bridgeEndpoint=true").to("log:lgName?showBody=true")