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 b415cc8 Fixed CS for Camel-CoAP
b415cc8 is described below
commit b415cc8831a87905444b371347d9a00766a0d5bd
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue Apr 30 10:03:27 2019 +0200
Fixed CS for Camel-CoAP
---
.../camel-coap/src/main/java/org/apache/camel/coap/CoAPEndpoint.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/components/camel-coap/src/main/java/org/apache/camel/coap/CoAPEndpoint.java
b/components/camel-coap/src/main/java/org/apache/camel/coap/CoAPEndpoint.java
index c80a144..a20c7b1 100644
---
a/components/camel-coap/src/main/java/org/apache/camel/coap/CoAPEndpoint.java
+++
b/components/camel-coap/src/main/java/org/apache/camel/coap/CoAPEndpoint.java
@@ -69,7 +69,7 @@ public class CoAPEndpoint extends DefaultEndpoint {
}
public void setUri(URI u) {
- uri = u;
+ uri = u;
}
/**