Browse Source

Polishing

(cherry picked from commit f456674529)
pull/35859/head
Juergen Hoeller 4 weeks ago
parent
commit
4e97013595
  1. 5
      spring-core/src/main/java/org/springframework/util/ConcurrentReferenceHashMap.java

5
spring-core/src/main/java/org/springframework/util/ConcurrentReferenceHashMap.java

@ -1048,6 +1048,7 @@ public class ConcurrentReferenceHashMap<K, V> extends AbstractMap<K, V> implemen
} }
} }
/** /**
* Internal key-set implementation. * Internal key-set implementation.
*/ */
@ -1084,6 +1085,7 @@ public class ConcurrentReferenceHashMap<K, V> extends AbstractMap<K, V> implemen
} }
} }
/** /**
* Internal key iterator implementation. * Internal key iterator implementation.
*/ */
@ -1107,6 +1109,7 @@ public class ConcurrentReferenceHashMap<K, V> extends AbstractMap<K, V> implemen
} }
} }
/** /**
* Internal values collection implementation. * Internal values collection implementation.
*/ */
@ -1143,6 +1146,7 @@ public class ConcurrentReferenceHashMap<K, V> extends AbstractMap<K, V> implemen
} }
} }
/** /**
* Internal value iterator implementation. * Internal value iterator implementation.
*/ */
@ -1166,6 +1170,7 @@ public class ConcurrentReferenceHashMap<K, V> extends AbstractMap<K, V> implemen
} }
} }
/** /**
* Internal entry iterator implementation. * Internal entry iterator implementation.
*/ */

Loading…
Cancel
Save