RFR: 8026776: Broken API names in API doc [v2]

Tejesh R tr at openjdk.org
Fri Oct 17 07:22:09 UTC 2025


On Fri, 17 Oct 2025 07:19:36 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

>> Some of the name typos are corrected
>
> Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Typo fix in another class

src/java.desktop/share/classes/java/awt/image/renderable/ContextualRenderedImageFactory.java line 44:

> 42:  * functionality that may differ between instances of
> 43:  * RenderableImageOp.  Thus different operations on RenderableImages
> 44:  * may be performed by a single class such as RenderableImageOp through

Suggestion:

 * may be performed by a single class such as {@code RenderableImageOp} through

Should we add inline tag ?

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/27860#discussion_r2438647160


More information about the client-libs-dev mailing list