This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 60946487b6ecb16d7fc1a31af4a060c3acd97f79 Author: Jan Bednář <m...@janbednar.eu> AuthorDate: Fri Jul 5 15:45:52 2019 +0200 CAMEL-13707: checkstyle --- .../camel/component/netty4/http/NettyHttpProducerHeadersTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpProducerHeadersTest.java b/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpProducerHeadersTest.java index 013c420..a1fc167 100644 --- a/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpProducerHeadersTest.java +++ b/components/camel-netty4-http/src/test/java/org/apache/camel/component/netty4/http/NettyHttpProducerHeadersTest.java @@ -77,7 +77,7 @@ public class NettyHttpProducerHeadersTest extends CamelTestSupport { port = AvailablePortFinder.getNextAvailable(8000); from("netty-http:http://localhost:" + port + "?matchOnUriPrefix=true") - .setBody(simple("${header."+Exchange.HTTP_URI+"}")); + .setBody(simple("${header." + Exchange.HTTP_URI + "}")); } }; }