Skip to content

Commit 4e97013

Browse files
committed
Polishing
(cherry picked from commit f456674)
1 parent bd10b7a commit 4e97013

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
@@ -1048,6 +1048,7 @@ public Spliterator<Map.Entry<K, V>> spliterator() {
10481048
}
10491049
}
10501050

1051+
10511052
/**
10521053
* Internal key-set implementation.
10531054
*/
@@ -1084,6 +1085,7 @@ public Spliterator<K> spliterator() {
10841085
}
10851086
}
10861087

1088+
10871089
/**
10881090
* Internal key iterator implementation.
10891091
*/
@@ -1107,6 +1109,7 @@ public K next() {
11071109
}
11081110
}
11091111

1112+
11101113
/**
11111114
* Internal values collection implementation.
11121115
*/
@@ -1143,6 +1146,7 @@ public Spliterator<V> spliterator() {
11431146
}
11441147
}
11451148

1149+
11461150
/**
11471151
* Internal value iterator implementation.
11481152
*/
@@ -1166,6 +1170,7 @@ public V next() {
11661170
}
11671171
}
11681172

1173+
11691174
/**
11701175
* Internal entry iterator implementation.
11711176
*/

0 commit comments

Comments
 (0)