On Wed, 1 Apr 2026 11:47:34 GMT, Daniel Gredler <[email protected]> wrote:
>> src/java.desktop/share/classes/java/awt/geom/AffineTransform.java line 1140:
>>
>>> 1138: * { m00 m10 m01 m11 m02 m12 }.
>>> 1139: * An array of 4 doubles can also be specified, in which case
>>> only the
>>> 1140: * first four elements representing the non-translation
>>
>> will this change not require a CSR as its public API?
>
> I don't think so, based on the [CSR
> FAQ](https://wiki.openjdk.org/spaces/csr/pages/32342047/CSR+FAQs). I might be
> wrong though, I don't have a lot of CSR experience.
>
>> Q: If the text of the javadoc of a public exported API is changing, is a CSR
>> request needed?
>>
>> A: A CSR request is required if the specification of a public exported API.
>> Not all javadoc updates are specification changes. For example, typo fixes
>> and rephrasings that do not alter the semantics of the API in question do
>> not require CSR review.
This is a clear typo. the existing text is nonsense. So no CSR needed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/30244#discussion_r3024126082