Avoid duplication of constant in Javadoc

This commit is contained in:
Sam Brannen 2023-06-11 15:20:23 +02:00
parent 74dc07e736
commit f0a3f776c2
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ import org.springframework.util.Assert;
*
* <p>The maximum size may be supplied as a {@linkplain #DefaultContextCache(int)
* constructor argument} or set via a system property or Spring property named
* {@code spring.test.context.cache.maxSize}.
* {@value ContextCache#MAX_CONTEXT_CACHE_SIZE_PROPERTY_NAME}.
*
* @author Sam Brannen
* @author Juergen Hoeller