RFR: 8353668: Rename internal c.s.javafx.text.TextLine class
Andy Goryachev
angorya at openjdk.org
Thu Apr 3 19:44:52 UTC 2025
On Thu, 3 Apr 2025 19:39:35 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:
>> This minor change renames an internal `com.sun.javafx.text.TextLine` to `PrismTextLine`.
>> This class implements `com.sun.javafx.scene.text.TextLine` interface, also internal, for the purpose of reducing confusion and avoiding FQCN.
>>
>> This change is completely transparent to the application developers since no public APIs is impacted.
>
> Marked as reviewed by mstrauss (Reviewer).
thank you @mstr2 !
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1760#issuecomment-2776760329
More information about the openjfx-dev
mailing list