+ rename test (as otherwise it gets picked even if it's abstract)
This commit is contained in:
parent
473eaac117
commit
e4c88553d8
|
@ -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
|
Loading…
Reference in New Issue