mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
Fix typo
This commit is contained in:
parent
cdce61c128
commit
f42a5c2936
@ -37,7 +37,7 @@ import lombok.extern.slf4j.Slf4j;
|
||||
* For JavaFX it is usually the Platform::RunLater executor, for a headless application it is any single threaded
|
||||
* executor.
|
||||
* Additionally sets a timer class so JavaFX and headless applications can set different timers (UITimer for JavaFX
|
||||
* otherwise we use teh default FrameRateTimer).
|
||||
* otherwise we use the default FrameRateTimer).
|
||||
* <p>
|
||||
* Provides also methods for delayed and periodic executions.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user