mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-26 17:09:05 +00:00
+ rename test (as otherwise it gets picked even if it's abstract)
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ import org.springframework.cache.interceptor.CacheInterceptor;
|
||||
/**
|
||||
* @author Costin Leau
|
||||
*/
|
||||
public abstract class CacheAdviceNamespaceTests extends AbstractAnnotationTests {
|
||||
public abstract class AbstractCacheAdviceNamespaceTests extends AbstractAnnotationTests {
|
||||
|
||||
|
||||
@Override
|
||||
Reference in New Issue
Block a user