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…
Reference in New Issue
Block a user