mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8241727: Typos: empty lines in javadoc, inconsistent indents, etc. (core-libs only)
Reviewed-by: prappo
This commit is contained in:
parent
7f8d785086
commit
b0e1ee4b3b
70 changed files with 435 additions and 446 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2003, 2019, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2003, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -48,7 +48,7 @@ import jdk.internal.access.SharedSecrets;
|
|||
* throw {@link NullPointerException}. Attempts to test for the
|
||||
* presence of a null key or to remove one will, however, function properly.
|
||||
* Null values are permitted.
|
||||
|
||||
*
|
||||
* <P>Like most collection implementations {@code EnumMap} is not
|
||||
* synchronized. If multiple threads access an enum map concurrently, and at
|
||||
* least one of the threads modifies the map, it should be synchronized
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue