whitespace

This commit is contained in:
Mark Fisher
2010-12-17 12:59:57 -05:00
parent 4f43db8231
commit ea2f7337b3

View File

@@ -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) {