ahgittin commented on a change in pull request #1202: URL: https://github.com/apache/brooklyn-server/pull/1202#discussion_r671158182
########## File path: rest/rest-resources/src/main/java/org/apache/brooklyn/rest/security/provider/LdapSecurityProvider.java ########## @@ -21,24 +21,32 @@ import com.google.common.base.CharMatcher; import com.google.common.base.Function; import com.google.common.base.Joiner; +import com.google.common.collect.ImmutableList; import com.google.common.collect.Lists; -import java.util.Arrays; -import java.util.Hashtable; -import java.util.List; -import java.util.function.Supplier; -import javax.naming.Context; -import javax.naming.NamingException; -import javax.naming.directory.InitialDirContext; Review comment: it's so annoying, and IJ seems particularly bad about doing this. there should be a mode "optimize / auto-add imports without rearranging" but i can't find it either. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@brooklyn.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org