Skip to content

Commit 31a9694

Browse files
committed
Improve Javadoc for ContextCache#clearStatistics()
See gh-28795
1 parent 92b8e99 commit 31a9694

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2018 the original author or authors.
2+
* Copyright 2002-2022 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -155,7 +155,8 @@ public interface ContextCache {
155155
void clear();
156156

157157
/**
158-
* Clear hit-and-miss count statistics for the cache (i.e., reset counters to zero).
158+
* Clear {@linkplain #getHitCount() hit count} and {@linkplain #getMissCount()
159+
* miss count} statistics for the cache (i.e., reset counters to zero).
159160
*/
160161
void clearStatistics();
161162

0 commit comments

Comments
 (0)