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; /**