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 d8d9e7058f131071c90cbd8859ed60cafd3226ce Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Jul 29 09:34:35 2019 +0200 Camel-JT400 - Fixed CS --- .../org/apache/camel/component/jt400/Jt400SecureTestSupport.java | 6 +++--- .../java/org/apache/camel/component/jt400/Jt400TestSupport.java | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/camel-jt400/src/test/java/org/apache/camel/component/jt400/Jt400SecureTestSupport.java b/components/camel-jt400/src/test/java/org/apache/camel/component/jt400/Jt400SecureTestSupport.java index 9cfdb25..908d9bb 100644 --- a/components/camel-jt400/src/test/java/org/apache/camel/component/jt400/Jt400SecureTestSupport.java +++ b/components/camel-jt400/src/test/java/org/apache/camel/component/jt400/Jt400SecureTestSupport.java @@ -27,12 +27,12 @@ import org.junit.Before; /** * Useful base class for JT400 secured component unit tests. It creates a mock - * secured connection pool, registers it under the ID {@code "mockPool"} and releases it - * after the test runs. + * secured connection pool, registers it under the ID {@code "mockPool"} and + * releases it after the test runs. */ public abstract class Jt400SecureTestSupport extends CamelTestSupport { - @BindToRegistry("mockPool") + @BindToRegistry("mockPool") private AS400ConnectionPool connectionPool; protected Jt400SecureTestSupport() { diff --git a/components/camel-jt400/src/test/java/org/apache/camel/component/jt400/Jt400TestSupport.java b/components/camel-jt400/src/test/java/org/apache/camel/component/jt400/Jt400TestSupport.java index 85bca57..49b1b0e 100644 --- a/components/camel-jt400/src/test/java/org/apache/camel/component/jt400/Jt400TestSupport.java +++ b/components/camel-jt400/src/test/java/org/apache/camel/component/jt400/Jt400TestSupport.java @@ -32,7 +32,7 @@ import org.junit.Before; */ public abstract class Jt400TestSupport extends CamelTestSupport { - @BindToRegistry("mockPool") + @BindToRegistry("mockPool") private AS400ConnectionPool connectionPool; protected Jt400TestSupport() {