Skip to content

Commit 7c13a2c

Browse files
anupamdev20aivanov-jdk
authored andcommitted
8361463: Render method of javax.swing.text.AbstractDocument uses 'currency' instead of 'concurrency'
Reviewed-by: psadhukhan, tr, abhiscxk, aivanov
1 parent 4df9c87 commit 7c13a2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/java.desktop/share/classes/javax/swing/text/AbstractDocument.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1997, 2024, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 1997, 2025, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -408,7 +408,7 @@ public DocumentFilter getDocumentFilter() {
408408

409409
/**
410410
* This allows the model to be safely rendered in the presence
411-
* of currency, if the model supports being updated asynchronously.
411+
* of concurrency, if the model supports being updated asynchronously.
412412
* The given runnable will be executed in a way that allows it
413413
* to safely read the model with no changes while the runnable
414414
* is being executed. The runnable itself may <em>not</em>

0 commit comments

Comments
 (0)