Re: RFR: 8274893: Update java.desktop classes to use try-with-resources [v3]

2021-11-19 Thread Sergey Bylokhov
On Thu, 18 Nov 2021 18:32:30 GMT, Andrey Turbanov wrote: >> src/java.desktop/share/classes/javax/swing/text/html/HTMLEditorKit.java line >> 463: >> >>> 461: new InputStreamReader(is, ISO_8859_1)); >>> 462: defaultStyles.loadRules(r, null); >>> 463:

Re: RFR: 8274893: Update java.desktop classes to use try-with-resources [v3]

2021-11-18 Thread Andrey Turbanov
On Thu, 18 Nov 2021 05:36:29 GMT, Sergey Bylokhov wrote: >> Andrey Turbanov has updated the pull request incrementally with one >> additional commit since the last revision: >> >> 8274893: Update java.desktop classes to use try-with-resources >> fix review comments > > src/java.desktop/shar

Re: RFR: 8274893: Update java.desktop classes to use try-with-resources [v3]

2021-11-18 Thread Andrey Turbanov
> 8274893: Update java.desktop classes to use try-with-resources Andrey Turbanov has updated the pull request incrementally with one additional commit since the last revision: 8274893: Update java.desktop classes to use try-with-resources fix review comments - Changes: - all: