Repository: camel Updated Branches: refs/heads/master 592e1cd26 -> 913cd9d27
Fixed CS Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/913cd9d2 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/913cd9d2 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/913cd9d2 Branch: refs/heads/master Commit: 913cd9d2745395d5b94a29360be91ab4c4a21969 Parents: 6c0b37a Author: Andrea Cosentino <anco...@gmail.com> Authored: Thu Apr 7 12:29:03 2016 +0200 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Thu Apr 7 13:04:31 2016 +0200 ---------------------------------------------------------------------- .../org/apache/camel/component/http4/HttpEndpoint.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/913cd9d2/components/camel-http4/src/main/java/org/apache/camel/component/http4/HttpEndpoint.java ---------------------------------------------------------------------- diff --git a/components/camel-http4/src/main/java/org/apache/camel/component/http4/HttpEndpoint.java b/components/camel-http4/src/main/java/org/apache/camel/component/http4/HttpEndpoint.java index 6809713..34161e6 100644 --- a/components/camel-http4/src/main/java/org/apache/camel/component/http4/HttpEndpoint.java +++ b/components/camel-http4/src/main/java/org/apache/camel/component/http4/HttpEndpoint.java @@ -296,14 +296,14 @@ public class HttpEndpoint extends HttpCommonEndpoint { this.httpClientOptions = httpClientOptions; } - public boolean isUseSystemProperties() { - return useSystemProperties; - } + public boolean isUseSystemProperties() { + return useSystemProperties; + } /** * To use System Properties as fallback for configuration */ - public void setUseSystemProperties(boolean useSystemProperties) { - this.useSystemProperties = useSystemProperties; - } + public void setUseSystemProperties(boolean useSystemProperties) { + this.useSystemProperties = useSystemProperties; + } }