From 035e9aef1205046de74cb04e9e3d69353359a1a4 Mon Sep 17 00:00:00 2001 From: Marius Bogoevici Date: Thu, 15 May 2008 05:11:02 +0000 Subject: [PATCH] correcting import. --- .../integration/channel/factory/RendezvousChannelFactory.java | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-integration-core/src/main/java/org/springframework/integration/channel/factory/RendezvousChannelFactory.java b/spring-integration-core/src/main/java/org/springframework/integration/channel/factory/RendezvousChannelFactory.java index 9ec8321050..5432b2bd7f 100644 --- a/spring-integration-core/src/main/java/org/springframework/integration/channel/factory/RendezvousChannelFactory.java +++ b/spring-integration-core/src/main/java/org/springframework/integration/channel/factory/RendezvousChannelFactory.java @@ -18,7 +18,6 @@ package org.springframework.integration.channel.factory; import org.springframework.integration.channel.AbstractMessageChannel; import org.springframework.integration.channel.DispatcherPolicy; -import org.springframework.integration.channel.PriorityChannel; import org.springframework.integration.channel.RendezvousChannel; /**