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.

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

2022-12-19 Thread Naoto Sato
On Mon, 19 Dec 2022 20:12:15 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

2022-12-19 Thread Roger Riggs
On Mon, 19 Dec 2022 20:22:22 GMT, Lance Andersen 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. >>

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

2022-12-19 Thread Lance Andersen
On Mon, 19 Dec 2022 20:12:15 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

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

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.