Re: RFR: 8308016: Use snippets in java.io package [v2]

2023-05-13 Thread Tagir F . Valeev
On Fri, 12 May 2023 17:59:32 GMT, Lance Andersen wrote: >> I have been just trying to keep it as similar visually as possible but what >> you say is reasonable. > > Agree, that I would make the code valid when using a snippet There's a replacement tag for this. Some people use label, e.g. code

Re: RFR: 8308016: Use snippets in java.io package [v2]

2023-05-13 Thread Tagir F . Valeev
On Fri, 12 May 2023 19:02:46 GMT, Brian Burkhalter wrote: >> Replace `{@code ...}` patterns and the like with `{@snippet >> lang=java : ...}`. > > Brian Burkhalter has updated the pull request incrementally with one > additional commit since the last revision: > > 8308016: Remove ellipses ("