Repository: camel Updated Branches: refs/heads/master 49676b64f -> 82257c770
CAMEL-11034 Undertow producer does not support ... ...`https` This fixes checkstyle issue. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/82257c77 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/82257c77 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/82257c77 Branch: refs/heads/master Commit: 82257c770a25fcc49d1a386524a445e57303abcc Parents: 49676b6 Author: Zoran Regvart <zregv...@apache.org> Authored: Wed Mar 22 18:55:18 2017 +0100 Committer: Zoran Regvart <zregv...@apache.org> Committed: Wed Mar 22 18:55:18 2017 +0100 ---------------------------------------------------------------------- .../apache/camel/component/undertow/UndertowClientCallback.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/82257c77/components/camel-undertow/src/main/java/org/apache/camel/component/undertow/UndertowClientCallback.java ---------------------------------------------------------------------- diff --git a/components/camel-undertow/src/main/java/org/apache/camel/component/undertow/UndertowClientCallback.java b/components/camel-undertow/src/main/java/org/apache/camel/component/undertow/UndertowClientCallback.java index 131255d..02fcc4c 100644 --- a/components/camel-undertow/src/main/java/org/apache/camel/component/undertow/UndertowClientCallback.java +++ b/components/camel-undertow/src/main/java/org/apache/camel/component/undertow/UndertowClientCallback.java @@ -68,7 +68,7 @@ class UndertowClientCallback implements ClientCallback<ClientConnection> { * the exception to Camel {@link Exchange} and notifies Camel that the * exchange finished by calling {@link AsyncCallback#done(boolean)}. */ - class ErrorHandlingClientCallback<T> implements ClientCallback<T> { + final class ErrorHandlingClientCallback<T> implements ClientCallback<T> { private final Consumer<T> consumer;