Skip to content

Commit f456674

Browse files
committed
Polishing
1 parent 35b8fbf commit f456674

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,6 +1017,7 @@ public Spliterator<Map.Entry<K, V>> spliterator() {
10171017
}
10181018
}
10191019

1020+
10201021
/**
10211022
* Internal key-set implementation.
10221023
*/
@@ -1053,6 +1054,7 @@ public Spliterator<K> spliterator() {
10531054
}
10541055
}
10551056

1057+
10561058
/**
10571059
* Internal key iterator implementation.
10581060
*/
@@ -1076,6 +1078,7 @@ public K next() {
10761078
}
10771079
}
10781080

1081+
10791082
/**
10801083
* Internal values collection implementation.
10811084
*/
@@ -1112,6 +1115,7 @@ public Spliterator<V> spliterator() {
11121115
}
11131116
}
11141117

1118+
11151119
/**
11161120
* Internal value iterator implementation.
11171121
*/
@@ -1135,6 +1139,7 @@ public V next() {
11351139
}
11361140
}
11371141

1142+
11381143
/**
11391144
* Internal entry iterator implementation.
11401145
*/

0 commit comments

Comments
 (0)