Skip to content

Commit 936a967

Browse files
committed
Fix missing Javadoc @param
1 parent 4fd778f commit 936a967

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/cache/CacheManagerCustomizers.java

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ class CacheManagerCustomizers implements ApplicationContextAware {
4444
* Customize the specified {@link CacheManager}. Locates all
4545
* {@link CacheManagerCustomizer} beans able to handle the specified instance and
4646
* invoke {@link CacheManagerCustomizer#customize(CacheManager)} on them.
47+
* @param <T> the type of cache manager
4748
* @param cacheManager the cache manager to customize
4849
* @return the cache manager
4950
*/

0 commit comments

Comments
 (0)