From ea2f7337b3282746258cabd72e10b8109334ad69 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Fri, 17 Dec 2010 12:59:57 -0500 Subject: [PATCH] whitespace --- .../integration/gateway/MessagingGatewaySupport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-integration-core/src/main/java/org/springframework/integration/gateway/MessagingGatewaySupport.java b/spring-integration-core/src/main/java/org/springframework/integration/gateway/MessagingGatewaySupport.java index 37d0f94537..9820a0d546 100644 --- a/spring-integration-core/src/main/java/org/springframework/integration/gateway/MessagingGatewaySupport.java +++ b/spring-integration-core/src/main/java/org/springframework/integration/gateway/MessagingGatewaySupport.java @@ -251,7 +251,7 @@ public abstract class MessagingGatewaySupport extends AbstractEndpoint implement } catch (Exception errorFlowFailure) { throw new MessagingException(errorMessage, "failure occurred in error-handling flow", errorFlowFailure); - } + } if (shouldConvert) { Object result = (errorFlowReply != null) ? errorFlowReply.getPayload() : null; if (result instanceof Throwable) {