Skip to content

Commit

Permalink
Remove unused import (Objects) (#28264)
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert authored Dec 21, 2024
1 parent e4224fd commit 80e53e6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMock
<%_ if (cacheProviderAny) { _%>
import org.springframework.cache.CacheManager;
import org.springframework.cache.Cache;
import java.util.Objects;
<%_ } _%>
<%_ if (cacheProviderMemcached) { _%>
import org.springframework.cache.support.NoOpCacheManager;
Expand Down

0 comments on commit 80e53e6

Please sign in to comment.