diff --git a/java/core/src/main/java/com/google/protobuf/SmallSortedMap.java b/java/core/src/main/java/com/google/protobuf/SmallSortedMap.java index c7de130c49..2066558a61 100644 --- a/java/core/src/main/java/com/google/protobuf/SmallSortedMap.java +++ b/java/core/src/main/java/com/google/protobuf/SmallSortedMap.java @@ -111,10 +111,6 @@ class SmallSortedMap, V> extends AbstractMap { private Map 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();