8361463: Render method of javax.swing.text.AbstractDocument uses 'currency' instead of 'concurrency'

Reviewed-by: psadhukhan, tr, abhiscxk, aivanov
This commit is contained in:
ANUPAM DEV 2025-07-07 12:15:44 +00:00 committed by Alexey Ivanov
parent 4df9c87345
commit 7c13a2cd9a

View File

@ -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>