Re: [jdk20] RFR: 4958969: ObjectOutputStream example leads to non-working code [v2]

2022-12-19 Thread Naoto Sato
On Mon, 19 Dec 2022 20:50:18 GMT, Roger Riggs wrote: >> Update javadoc examples to use try-with-resources and use javadoc snippet >> tags. >> The examples in ObjectInputStream and ObjectOutputStream get an update with >> try-with-resources and use of javadoc snippet tags. >> ObjectInputFilter is

Re: [jdk20] RFR: 4958969: ObjectOutputStream example leads to non-working code [v2]

2022-12-19 Thread Roger Riggs
> Update javadoc examples to use try-with-resources and use javadoc snippet > tags. > The examples in ObjectInputStream and ObjectOutputStream get an update with > try-with-resources and use of javadoc snippet tags. > ObjectInputFilter is updated with use of snippet tags instead of html markup. R