RFR: 8283864: Clean up DocFinder and friends
Pavel Rappo
prappo at openjdk.java.net
Thu Apr 14 11:55:16 UTC 2022
On Wed, 13 Apr 2022 23:23:53 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
>> A clean-up to facilitate more clean-up in the future.
>
> src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/DocFinder.java line 136:
>
>> 134: }
>> 135:
>> 136: private Input copy(Utils utils) {
>
> Why do you need to pass in `utils` -- you can just use the value in the `Input` object being copied.
I don't need to pass `utils`; good catch.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8229
More information about the javadoc-dev
mailing list