Skip to content

Commit f0a3f77

Browse files
committed
Avoid duplication of constant in Javadoc
1 parent 74dc07e commit f0a3f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-test/src/main/java/org/springframework/test/context/cache/DefaultContextCache.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
*
4747
* <p>The maximum size may be supplied as a {@linkplain #DefaultContextCache(int)
4848
* constructor argument} or set via a system property or Spring property named
49-
* {@code spring.test.context.cache.maxSize}.
49+
* {@value ContextCache#MAX_CONTEXT_CACHE_SIZE_PROPERTY_NAME}.
5050
*
5151
* @author Sam Brannen
5252
* @author Juergen Hoeller

0 commit comments

Comments
 (0)