Withdrawn: 8284447: Remove the unused NestedClassWriter interface
Pavel Rappo
prappo at openjdk.java.net
Thu Apr 7 16:14:45 UTC 2022
On Wed, 6 Apr 2022 16:22:49 GMT, Pavel Rappo <prappo at openjdk.org> wrote:
> The `NestedClassWriter` interface seems to have never been used. I delete it and reuse the freed name for the `NestedClassWriterImpl` class. If I don't rename `NestedClassWriterImpl` to `NestedClassWriter`, it might confuse future maintainers. Indeed, the "Impl" suffix on a class' name typically implies that there is an interface which that class implements.
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8129
More information about the javadoc-dev
mailing list