You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/03/28 15:27:08 UTC

[camel] branch master updated: Camel-Freemarker: Polished

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


The following commit(s) were added to refs/heads/master by this push:
     new 7cb769c  Camel-Freemarker: Polished
7cb769c is described below

commit 7cb769c296ae0c74477cdc0f7b4c9d8e2304c8ab
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 28 16:26:45 2019 +0100

    Camel-Freemarker: Polished
---
 .../camel/component/freemarker/FreemarkerValuesInPropertiesTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-freemarker/src/test/java/org/apache/camel/component/freemarker/FreemarkerValuesInPropertiesTest.java b/components/camel-freemarker/src/test/java/org/apache/camel/component/freemarker/FreemarkerValuesInPropertiesTest.java
index 24e2bd4..9ae67e5 100644
--- a/components/camel-freemarker/src/test/java/org/apache/camel/component/freemarker/FreemarkerValuesInPropertiesTest.java
+++ b/components/camel-freemarker/src/test/java/org/apache/camel/component/freemarker/FreemarkerValuesInPropertiesTest.java
@@ -26,7 +26,7 @@ import org.junit.Test;
 
 public class FreemarkerValuesInPropertiesTest extends CamelTestSupport {
     
-    @EndpointInject(uri = "mock:result")
+    @EndpointInject("mock:result")
     private MockEndpoint mock;
 
     @Test