On Tue, 14 Jan 2025 15:50:49 GMT, Kevin Rushforth <[email protected]> wrote:
>> Andy Goryachev has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> revert nullable change
>
> modules/jfx.incubator.richtext/src/main/java/jfx/incubator/scene/control/richtext/RichTextArea.java
> line 413:
>
>> 411:
>> 412: public final Duration getCaretBlinkPeriod() {
>> 413: return caretBlinkPeriod == null ? null : caretBlinkPeriod.get();
>
> This just makes the API harder to use. Why push the burden to the application?
reverted.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1676#discussion_r1915130062