Skip to content

Commit 6a73672

Browse files
committed
ItemTextPane: improve javadoc
1 parent ecd59d7 commit 6a73672

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/org/scijava/ui/swing/console/ItemTextPane.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
* {@link ItemTextPane} provides a {@link JTextPane} in a {@link JScrollPane}.
4949
* The content is provided as {@link Iterator} of {@link ItemTextPane.Item}.
5050
* ItemTextPane is used to display a large list of items, which is often
51-
* replaced and extented.
51+
* replaced and extended.
5252
* <p>
53-
* Replacing the entire list, requires an update to the {@link StyledDocument},
54-
* this is performed in a worker thread, as a result the event dispatch thread
53+
* Replacing the entire list requires an update to the {@link StyledDocument}.
54+
* This is performed in a worker thread; as a result, the event dispatch thread
5555
* will not be blocked.
5656
* <p>
5757
* An {@link Item} can be tagged and incomplete. If this is the case the item

0 commit comments

Comments
 (0)