mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8252937: Correct "no comment" warnings from javadoc in java.math package
Reviewed-by: darcy
This commit is contained in:
parent
8df3e72cea
commit
5310d85809
3 changed files with 16 additions and 4 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
|
||||
|
@ -308,7 +308,9 @@ public final class MathContext implements Serializable {
|
|||
* Reconstitute the {@code MathContext} instance from a stream (that is,
|
||||
* deserialize it).
|
||||
*
|
||||
* @param s the stream being read.
|
||||
* @param s the stream being read.
|
||||
* @throws IOException if an I/O error occurs
|
||||
* @throws ClassNotFoundException if a serialized class cannot be loaded
|
||||
*/
|
||||
@java.io.Serial
|
||||
private void readObject(java.io.ObjectInputStream s)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue