mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8282657: Code cleanup: removing double semicolons at the end of lines
Reviewed-by: lancea, rriggs, ihse, prr, iris, wetmore, darcy, dholmes
This commit is contained in:
parent
5d5bf16b0a
commit
ccad39237a
82 changed files with 93 additions and 93 deletions
|
@ -1040,7 +1040,7 @@ public class WeakHashMap<K,V>
|
|||
Objects.requireNonNull(function);
|
||||
int expectedModCount = modCount;
|
||||
|
||||
Entry<K, V>[] tab = getTable();;
|
||||
Entry<K, V>[] tab = getTable();
|
||||
for (Entry<K, V> entry : tab) {
|
||||
while (entry != null) {
|
||||
Object key = entry.get();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue