Skip to content

Commit

Permalink
8329805: Deprecate for removal ObjectOutputStream.PutField.write
Browse files Browse the repository at this point in the history
Reviewed-by: naoto, iris
  • Loading branch information
Roger Riggs committed Apr 25, 2024
1 parent b9927aa commit 4dfaa9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,7 @@ public PutField() {}
* calling the {@link java.io.ObjectOutputStream#writeFields()}
* method.
*/
@Deprecated
@Deprecated(forRemoval = true, since = "1.4")
public abstract void write(ObjectOutput out) throws IOException;
}

Expand Down

1 comment on commit 4dfaa9b

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.