mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-07 00:48:38 +00:00
8361463: Render method of javax.swing.text.AbstractDocument uses 'currency' instead of 'concurrency'
Reviewed-by: psadhukhan, tr, abhiscxk, aivanov
This commit is contained in:
parent
4df9c87345
commit
7c13a2cd9a
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1997, 2024, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1997, 2025, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -408,7 +408,7 @@ public abstract class AbstractDocument implements Document, Serializable {
|
||||
|
||||
/**
|
||||
* This allows the model to be safely rendered in the presence
|
||||
* of currency, if the model supports being updated asynchronously.
|
||||
* of concurrency, if the model supports being updated asynchronously.
|
||||
* The given runnable will be executed in a way that allows it
|
||||
* to safely read the model with no changes while the runnable
|
||||
* is being executed. The runnable itself may <em>not</em>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user