mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8199420: Update javadoc tags in java.lang.System and related
Reviewed-by: lancea, bpb
This commit is contained in:
parent
54b1510aa7
commit
f0cd136c74
7 changed files with 368 additions and 383 deletions
|
@ -131,8 +131,8 @@ import jdk.internal.HotSpotIntrinsicCandidate;
|
|||
* the specified initial capacity.
|
||||
*
|
||||
* @param capacity the initial capacity.
|
||||
* @exception NegativeArraySizeException if the {@code capacity}
|
||||
* argument is less than {@code 0}.
|
||||
* @throws NegativeArraySizeException if the {@code capacity}
|
||||
* argument is less than {@code 0}.
|
||||
*/
|
||||
@HotSpotIntrinsicCandidate
|
||||
public StringBuffer(int capacity) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue