On Fri, 14 Jan 2022 14:29:16 GMT, Pavel Rappo <pra...@openjdk.org> wrote:
>> Hannes Wallnöfer has updated the pull request incrementally with one >> additional commit since the last revision: >> >> JDK-8234682: Review feedback > > test/langtools/jdk/javadoc/doclet/testParamTaglet/pkg/C.java line 50: > >> 48: * @param b another duplicate >> 49: */ >> 50: public void unorderedParams(int i, double d, boolean b) {} > > Consider adding `@Override` to this method and to `nonMatchingParams`. Thanks for the feedback, Pavel. I added a commit that addresses all your suggestions. ------------- PR: https://git.openjdk.java.net/jdk/pull/7046