Re: RFR: 8324219: Remove incorrect documentation from Animation methods

2024-01-21 Thread Nir Lisker
On Fri, 19 Jan 2024 16:07:31 GMT, Michael Strauß wrote: > The `Animation` class states in the documentation of various methods that the > method call would be asynchronous, using language similar to: > > > {@code stop()} is an asynchronous call, the {@code Animation} may not stop > immediatel

Re: RFR: 8324219: Remove incorrect documentation from Animation methods

2024-01-20 Thread John Hendrikx
On Fri, 19 Jan 2024 16:07:31 GMT, Michael Strauß wrote: > The `Animation` class states in the documentation of various methods that the > method call would be asynchronous, using language similar to: > > > {@code stop()} is an asynchronous call, the {@code Animation} may not stop > immediatel

Re: RFR: 8324219: Remove incorrect documentation from Animation methods

2024-01-19 Thread Kevin Rushforth
On Fri, 19 Jan 2024 16:07:31 GMT, Michael Strauß wrote: > The `Animation` class states in the documentation of various methods that the > method call would be asynchronous, using language similar to: > > > {@code stop()} is an asynchronous call, the {@code Animation} may not stop > immediatel

RFR: 8324219: Remove incorrect documentation from Animation methods

2024-01-19 Thread Michael Strauß
The `Animation` class states in the documentation of various methods that the method call would be asynchronous, using language similar to: {@code stop()} is an asynchronous call, the {@code Animation} may not stop immediately. This is factually wrong, there are no asynchronous calls. In fact

Re: RFR: 8324219: Remove incorrect documentation from Animation methods

2024-01-19 Thread Michael Strauß
On Fri, 19 Jan 2024 16:07:31 GMT, Michael Strauß wrote: > The `Animation` class states in the documentation of various methods that the > method call would be asynchronous, using language similar to: > > > {@code stop()} is an asynchronous call, the {@code Animation} may not stop > immediatel