File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/java.desktop/share/classes/javax/swing/text Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
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.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
@@ -408,7 +408,7 @@ public DocumentFilter getDocumentFilter() {
408
408
409
409
/**
410
410
* 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.
412
412
* The given runnable will be executed in a way that allows it
413
413
* to safely read the model with no changes while the runnable
414
414
* is being executed. The runnable itself may <em>not</em>
You can’t perform that action at this time.
0 commit comments