On Fri, 24 Dec 2021 01:10:39 GMT, Jonathan Gibbons <j...@openjdk.org> wrote:
>> test/langtools/jdk/javadoc/lib/javadoc/tester/TestJavaFileManagerBuilder.java >> line 65: >> >>> 63: * by method and predicate and then dynamically build the set of >>> methods to be used for >>> 64: * a file object by filtering the methods by their applicable predicate. >>> 65: */ >> >> These 1.5 paragraphs seem no longer relevant. > >> [snip]. Update the copyright years before integrating. > > Done > These 1.5 paragraphs seem no longer relevant. I think the comments are still useful/relevant because the most recent change was just about avoid the use of a predicate as a map key, but the ordered list off predicates is still there, albeit in a slightly different form. ------------- PR: https://git.openjdk.java.net/jdk/pull/6404