Organize imports
Reorganize imports to ensure consistent ordering. This commit also expands any `.*` static imports in favor of using fully-qualified method references. Issue: SPR-16968
This commit is contained in:
committed by
Juergen Hoeller
parent
b220d94cc2
commit
81451aa800
@@ -32,7 +32,7 @@ import org.springframework.cache.interceptor.CacheResolver;
|
||||
import org.springframework.util.Assert;
|
||||
import org.springframework.util.ExceptionTypeFilter;
|
||||
|
||||
import static java.util.Arrays.*;
|
||||
import static java.util.Arrays.asList;
|
||||
|
||||
/**
|
||||
* A base {@link JCacheOperation} implementation.
|
||||
|
||||
@@ -23,7 +23,7 @@ import java.util.LinkedHashSet;
|
||||
import java.util.Set;
|
||||
import javax.cache.annotation.CacheMethodDetails;
|
||||
|
||||
import static java.util.Arrays.*;
|
||||
import static java.util.Arrays.asList;
|
||||
|
||||
/**
|
||||
* The default {@link CacheMethodDetails} implementation.
|
||||
|
||||
Reference in New Issue
Block a user