From 1a2e372186f3bc3a20dc5faf35d98aa536f85c3f Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Thu, 4 Apr 2019 16:54:36 +0200 Subject: [PATCH] Removed unused import --- .../messaging/handler/AbstractMessageCondition.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-messaging/src/main/java/org/springframework/messaging/handler/AbstractMessageCondition.java b/spring-messaging/src/main/java/org/springframework/messaging/handler/AbstractMessageCondition.java index 5abc6822d0..835020e90f 100644 --- a/spring-messaging/src/main/java/org/springframework/messaging/handler/AbstractMessageCondition.java +++ b/spring-messaging/src/main/java/org/springframework/messaging/handler/AbstractMessageCondition.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2018 the original author or authors. + * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,7 +17,6 @@ package org.springframework.messaging.handler; import java.util.Collection; -import java.util.Iterator; import java.util.StringJoiner; import org.springframework.lang.Nullable; -- GitLab