+ temporarily disable XML defs (since cache-update and cache-definition are not yet supported)

This commit is contained in:
Costin Leau 2011-11-09 10:44:14 +00:00
parent eddb0ac3be
commit 473eaac117
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 class CacheAdviceNamespaceTests extends AbstractAnnotationTests {
public abstract class CacheAdviceNamespaceTests extends AbstractAnnotationTests {
@Override