mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8285368: Overhaul doc-comment inheritance
6376959: Algorithm for Inheriting Method Comments seems to go not as documented 6934301: Support directed inheriting of class comments with @inheritDoc Reviewed-by: jjg, rriggs, aivanov, smarks, martin
This commit is contained in:
parent
3eeb681a0d
commit
3e0bbd290c
32 changed files with 1736 additions and 134 deletions
|
@ -1195,6 +1195,8 @@ public class TreeMap<K,V>
|
|||
* {@code Set.remove}, {@code removeAll}, {@code retainAll} and
|
||||
* {@code clear} operations. It does not support the
|
||||
* {@code add} or {@code addAll} operations.
|
||||
*
|
||||
* @return {@inheritDoc SortedMap}
|
||||
*/
|
||||
public Set<Map.Entry<K,V>> entrySet() {
|
||||
EntrySet es = entrySet;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue