From 154cf5dc7e1b76679f4a05f2ff0d29baa074d389 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sat, 2 Aug 2014 12:17:15 +0300 Subject: [PATCH] Polish Javadoc for AnnotationCacheKey --- .../org/springframework/core/annotation/AnnotationUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-core/src/main/java/org/springframework/core/annotation/AnnotationUtils.java b/spring-core/src/main/java/org/springframework/core/annotation/AnnotationUtils.java index 3ae7bba39a..7cd929099f 100644 --- a/spring-core/src/main/java/org/springframework/core/annotation/AnnotationUtils.java +++ b/spring-core/src/main/java/org/springframework/core/annotation/AnnotationUtils.java @@ -696,7 +696,7 @@ public abstract class AnnotationUtils { /** - * Default cache key for the TransactionAttribute cache. + * Cache key for the AnnotatedElement cache. */ private static class AnnotationCacheKey {