+ rename test (as otherwise it gets picked even if it's abstract)

This commit is contained in:
Costin Leau 2011-11-09 10:52:22 +00:00
parent 473eaac117
commit e4c88553d8
1 changed files with 1 additions and 1 deletions

View File

@ -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