Skip to content

Commit

Permalink
Remove unused import (Objects)
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Dec 21, 2024
1 parent e4224fd commit 97cf2d6
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 97cf2d6

Please sign in to comment.