Avoid duplication of constant in Javadoc
This commit is contained in:
parent
74dc07e736
commit
f0a3f776c2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue