On Thu, 25 Mar 2021 01:02:51 GMT, Jonathan Gibbons <j...@openjdk.org> wrote:
>> Hannes Wallnöfer has updated the pull request incrementally with one >> additional commit since the last revision: >> >> JDK-8260388: Add check for configuration.showModules > > src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/HtmlStyle.java > line 448: > >> 446: * information without any particular style. >> 447: */ >> 448: colExtra, > > The `extra` in the same seems irrelevant. How about `colPlain`, to indicate > it is a column with no additional style. I was considering `colPlain`, but dismissed it because I thought we or somebody else might actually add styles to it at some point. But I'll take the risk of future cognitive dissonance and go with `colPlain`. ------------- PR: https://git.openjdk.java.net/jdk/pull/2917