mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8329805: Deprecate for removal ObjectOutputStream.PutField.write
Reviewed-by: naoto, iris
This commit is contained in:
parent
b9927aa3a4
commit
4dfaa9b5bd
1 changed files with 1 additions and 1 deletions
|
@ -1027,7 +1027,7 @@ public class ObjectOutputStream
|
|||
* calling the {@link java.io.ObjectOutputStream#writeFields()}
|
||||
* method.
|
||||
*/
|
||||
@Deprecated
|
||||
@Deprecated(forRemoval = true, since = "1.4")
|
||||
public abstract void write(ObjectOutput out) throws IOException;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue