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 87680c8  Camel-COAP: Polished
87680c8 is described below

commit 87680c874af25295719110fd47fcd34ee9317b7a
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Mar 27 15:54:34 2019 +0100

    Camel-COAP: Polished
---
 .../src/test/java/org/apache/camel/coap/CoAPComponentTest.java          | 2 +-
 .../camel-coap/src/test/java/org/apache/camel/coap/CoAPPingTest.java    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-coap/src/test/java/org/apache/camel/coap/CoAPComponentTest.java
 
b/components/camel-coap/src/test/java/org/apache/camel/coap/CoAPComponentTest.java
index 670b1e7..b09df7d 100644
--- 
a/components/camel-coap/src/test/java/org/apache/camel/coap/CoAPComponentTest.java
+++ 
b/components/camel-coap/src/test/java/org/apache/camel/coap/CoAPComponentTest.java
@@ -29,7 +29,7 @@ import org.junit.Test;
 
 public class CoAPComponentTest extends CoAPTestSupport {
 
-    @Produce(uri = "direct:start")
+    @Produce("direct:start")
     protected ProducerTemplate sender;
     
     @Test
diff --git 
a/components/camel-coap/src/test/java/org/apache/camel/coap/CoAPPingTest.java 
b/components/camel-coap/src/test/java/org/apache/camel/coap/CoAPPingTest.java
index 7beaf3f..f81d2c8 100644
--- 
a/components/camel-coap/src/test/java/org/apache/camel/coap/CoAPPingTest.java
+++ 
b/components/camel-coap/src/test/java/org/apache/camel/coap/CoAPPingTest.java
@@ -24,7 +24,7 @@ import org.junit.Test;
 
 public class CoAPPingTest extends CoAPTestSupport {
 
-    @Produce(uri = "direct:start")
+    @Produce("direct:start")
     protected ProducerTemplate sender;
     
     @Test

Reply via email to