From 3a88f7ce74fde9130180145116fa75dd74b5cee9 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Tue, 2 Mar 2010 23:47:51 +0000 Subject: [PATCH] Remove debug line --- .../integration/ip/config/IpInboundChannelAdapterParser.java | 1 - 1 file changed, 1 deletion(-) diff --git a/org.springframework.integration.ip/src/main/java/org/springframework/integration/ip/config/IpInboundChannelAdapterParser.java b/org.springframework.integration.ip/src/main/java/org/springframework/integration/ip/config/IpInboundChannelAdapterParser.java index ed860ecab6..0f47d98388 100644 --- a/org.springframework.integration.ip/src/main/java/org/springframework/integration/ip/config/IpInboundChannelAdapterParser.java +++ b/org.springframework.integration.ip/src/main/java/org/springframework/integration/ip/config/IpInboundChannelAdapterParser.java @@ -46,7 +46,6 @@ public class IpInboundChannelAdapterParser extends AbstractChannelAdapterParser } else if (protocol.equals("udp")) { builder = parseUdp(element, parserContext); } - parserContext.extractSource(element); IpAdapterParserUtils.addCommonSocketOptions(builder, element); IntegrationNamespaceUtils.setValueIfAttributeDefined(builder, element, IpAdapterParserUtils.RECEIVE_BUFFER_SIZE);