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
commit 537cf3d6f7792ea8fb086d44afac2b6215069381 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Jul 24 16:58:52 2019 +0200 Camel-google-drive: Fixed CS --- .../camel/component/google/drive/CustomClientFactoryTest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/camel-google-drive/src/test/java/org/apache/camel/component/google/drive/CustomClientFactoryTest.java b/components/camel-google-drive/src/test/java/org/apache/camel/component/google/drive/CustomClientFactoryTest.java index f0f16c5..1d85b58 100644 --- a/components/camel-google-drive/src/test/java/org/apache/camel/component/google/drive/CustomClientFactoryTest.java +++ b/components/camel-google-drive/src/test/java/org/apache/camel/component/google/drive/CustomClientFactoryTest.java @@ -27,9 +27,9 @@ import org.junit.Test; */ public class CustomClientFactoryTest extends AbstractGoogleDriveTestSupport { - @BindToRegistry("myAuth") - private MyClientFactory cf = new MyClientFactory(); - + @BindToRegistry("myAuth") + private MyClientFactory cf = new MyClientFactory(); + @Test public void testClientFactoryUpdated() throws Exception { Endpoint endpoint = context.getEndpoint("google-drive://drive-files/list?clientFactory=#myAuth");