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 718fbc3 Fixed CS for Camel-SIP 718fbc3 is described below commit 718fbc3f0b804c8fecdbe3e5fbd8bedb2daa9d03 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Apr 30 14:32:53 2019 +0200 Fixed CS for Camel-SIP --- .../src/main/java/org/apache/camel/component/sip/SipEndpoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-sip/src/main/java/org/apache/camel/component/sip/SipEndpoint.java b/components/camel-sip/src/main/java/org/apache/camel/component/sip/SipEndpoint.java index c20abd9..9e31e17 100644 --- a/components/camel-sip/src/main/java/org/apache/camel/component/sip/SipEndpoint.java +++ b/components/camel-sip/src/main/java/org/apache/camel/component/sip/SipEndpoint.java @@ -53,7 +53,7 @@ public class SipEndpoint extends DefaultEndpoint { return new SipPublisher(this, configuration); } -public SipConfiguration getConfiguration() { + public SipConfiguration getConfiguration() { return configuration; }