This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 10d218dd3dc1174ce07c64b50d9eaeb1b64c8ff5 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Dec 26 12:03:22 2017 +0100 Fixed CS --- .../main/java/org/apache/camel/component/direct/DirectComponent.java | 2 +- .../org/apache/camel/impl/cloud/ServiceCallConfigurationTest.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/camel-core/src/main/java/org/apache/camel/component/direct/DirectComponent.java b/camel-core/src/main/java/org/apache/camel/component/direct/DirectComponent.java index e1dee25..acf0d8f 100644 --- a/camel-core/src/main/java/org/apache/camel/component/direct/DirectComponent.java +++ b/camel-core/src/main/java/org/apache/camel/component/direct/DirectComponent.java @@ -35,7 +35,7 @@ public class DirectComponent extends UriEndpointComponent { // later in case the DirectEndpoint was re-created due the old was evicted from the endpoints LRUCache // on DefaultCamelContext private final Map<String, DirectConsumer> consumers = new HashMap<String, DirectConsumer>(); - @Metadata(label = "producer", defaultValue = "true" ) + @Metadata(label = "producer", defaultValue = "true") private boolean block = true; @Metadata(label = "producer", defaultValue = "30000") private long timeout = 30000L; diff --git a/camel-core/src/test/java/org/apache/camel/impl/cloud/ServiceCallConfigurationTest.java b/camel-core/src/test/java/org/apache/camel/impl/cloud/ServiceCallConfigurationTest.java index 94763fe..fd84be6 100644 --- a/camel-core/src/test/java/org/apache/camel/impl/cloud/ServiceCallConfigurationTest.java +++ b/camel-core/src/test/java/org/apache/camel/impl/cloud/ServiceCallConfigurationTest.java @@ -43,8 +43,8 @@ public class ServiceCallConfigurationTest { @Test public void testDynamicUri() throws Exception { StaticServiceDiscovery sd = new StaticServiceDiscovery(); - sd.addServer("scall","127.0.0.1", 8080); - sd.addServer("scall","127.0.0.1", 8081); + sd.addServer("scall", "127.0.0.1", 8080); + sd.addServer("scall", "127.0.0.1", 8081); ServiceCallConfigurationDefinition conf = new ServiceCallConfigurationDefinition(); conf.setServiceDiscovery(sd); -- To stop receiving notification emails like this one, please contact "commits@camel.apache.org" <commits@camel.apache.org>.