mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8329805: Deprecate for removal ObjectOutputStream.PutField.write
Reviewed-by: naoto, iris
This commit is contained in:
parent
b9927aa3a4
commit
4dfaa9b5bd
@ -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…
x
Reference in New Issue
Block a user