Skip to content

Commit

Permalink
Remove obsolete javadoc in SmallSortedMap: parameter arraySize has be…
Browse files Browse the repository at this point in the history
…en deleted

PiperOrigin-RevId: 647796308
  • Loading branch information
mhansen authored and Copybara-Service committed Jun 28, 2024
1 parent c1763b6 commit e08414c
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,6 @@ static <K extends Comparable<K>, V> SmallSortedMap<K, V> newInstanceForTest() {
private Map<K, V> overflowEntriesDescending;
private volatile DescendingEntrySet lazyDescendingEntrySet;

/**
* @code arraySize Size of the array in which the lexicographically smallest mappings are stored.
* (i.e. the {@code k} referred to in the class documentation).
*/
private SmallSortedMap() {
this.entryList = Collections.emptyList();
this.overflowEntries = Collections.emptyMap();
Expand Down

0 comments on commit e08414c

Please sign in to comment.