Remove remaining redundant superinterfaces

This commit is contained in:
Gary Russell
2019-07-31 11:52:22 -04:00
parent bf1d562c3b
commit 0edce21cfe
11 changed files with 13 additions and 25 deletions

View File

@@ -20,7 +20,6 @@ import java.util.concurrent.Executor;
import org.springframework.beans.factory.BeanFactory;
import org.springframework.beans.factory.BeanFactoryAware;
import org.springframework.beans.factory.DisposableBean;
import org.springframework.context.SmartLifecycle;
import org.springframework.core.task.SimpleAsyncTaskExecutor;
import org.springframework.data.redis.connection.RedisConnectionFactory;
@@ -56,7 +55,7 @@ import org.springframework.util.StringUtils;
*/
@SuppressWarnings("rawtypes")
public class SubscribableRedisChannel extends AbstractMessageChannel
implements SubscribableChannel, SmartLifecycle, DisposableBean {
implements SubscribableChannel, SmartLifecycle {
private final RedisMessageListenerContainer container = new RedisMessageListenerContainer();