The \@literal tag shouldn't have those braces around it. It should look like this:
`@literal @Override` One detail is that doing it that way will also display an extra space before the @Override, so make sure to move the line back one space. If you're using IntelliJ you can easily see what I mean by clicking on CombineFn and pressing Ctrl+Q to bring up the Quick Documentation window, which renders this javadoc comment. [ Full content available at: https://github.com/apache/beam/pull/6439 ] This message was relayed via gitbox.apache.org for [email protected]
