Reorder modifiers to comply with the JLS
See gh-12432
This commit is contained in:
committed by
Stephane Nicoll
parent
6d16c5ff6e
commit
aebb475bc5
@@ -147,7 +147,7 @@ abstract class AbstractCacheAutoConfigurationTests {
|
||||
|
||||
}
|
||||
|
||||
static abstract class CacheManagerTestCustomizer<T extends CacheManager>
|
||||
abstract static class CacheManagerTestCustomizer<T extends CacheManager>
|
||||
implements CacheManagerCustomizer<T> {
|
||||
|
||||
T cacheManager;
|
||||
|
||||
Reference in New Issue
Block a user