From 849e3538de8d64e433ec56a92ffb99c366ba79da Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Sat, 19 Nov 2016 11:20:30 -0500 Subject: [PATCH] Sonar Fixes --- .../integration/dsl/IntegrationComponentSpec.java | 4 ++-- .../jpa/dsl/JpaBaseOutboundEndpointSpec.java | 15 +++++++-------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/spring-integration-core/src/main/java/org/springframework/integration/dsl/IntegrationComponentSpec.java b/spring-integration-core/src/main/java/org/springframework/integration/dsl/IntegrationComponentSpec.java index 08eeb468fb..b8144c1a74 100644 --- a/spring-integration-core/src/main/java/org/springframework/integration/dsl/IntegrationComponentSpec.java +++ b/spring-integration-core/src/main/java/org/springframework/integration/dsl/IntegrationComponentSpec.java @@ -37,9 +37,9 @@ public abstract class IntegrationComponentSpec jpaParameters = new LinkedList<>(); - protected final JpaExecutor jpaExecutor; + protected final JpaExecutor jpaExecutor; // NOSONAR protected JpaBaseOutboundEndpointSpec(JpaExecutor jpaExecutor) { this.jpaExecutor = jpaExecutor; @@ -146,12 +145,12 @@ public abstract class JpaBaseOutboundEndpointSpec