RFR: JDK-8310118: Resource files should be moved to appropriate directories [v2]
Hannes Wallnöfer
hannesw at openjdk.org
Wed Aug 9 07:36:28 UTC 2023
On Tue, 8 Aug 2023 20:36:26 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
>
> ```
> copyResources(Path toDir, String... resources)
> ```
>
I would have liked to simplify the code further, but apart from different destinations, there's also different handling of newline character replacement (even within the same file type), so the resulting code would not be much more compact than the current 20 lines.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/15180#issuecomment-1670777121
More information about the javadoc-dev
mailing list