mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8241014: Miscellaneous typos in documentation comments
Reviewed-by: igerasim, prappo, psandoz, rriggs, weijun
This commit is contained in:
parent
c5a7490809
commit
17ff85d4ad
39 changed files with 104 additions and 107 deletions
|
@ -732,8 +732,7 @@ public interface Map<K, V> {
|
|||
* {@code null}, else returns the current value.
|
||||
*
|
||||
* @implSpec
|
||||
* The default implementation is equivalent to, for this {@code
|
||||
* map}:
|
||||
* The default implementation is equivalent to, for this {@code map}:
|
||||
*
|
||||
* <pre> {@code
|
||||
* V v = map.get(key);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue