We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74dc07e commit f0a3f77Copy full SHA for f0a3f77
spring-test/src/main/java/org/springframework/test/context/cache/DefaultContextCache.java
@@ -46,7 +46,7 @@
46
*
47
* <p>The maximum size may be supplied as a {@linkplain #DefaultContextCache(int)
48
* constructor argument} or set via a system property or Spring property named
49
- * {@code spring.test.context.cache.maxSize}.
+ * {@value ContextCache#MAX_CONTEXT_CACHE_SIZE_PROPERTY_NAME}.
50
51
* @author Sam Brannen
52
* @author Juergen Hoeller
0 commit comments