Skip to content

Commit cae5548

Browse files
committed
ConsolePanel: clean up class javadoc
1 parent 46191d5 commit cae5548

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959

6060
/**
6161
* {@link ConsolePanel} is a {@link JPanel} holding a {@link JTextArea}. It can
62-
* be used to display text written to System.out and System.err. Therefor it can
63-
* be added as {@link OutputListener} to
62+
* be used to display text written to {@code System.out} and {@code System.err}.
63+
* Therefore, it can be added as {@link OutputListener} to
6464
* {@link org.scijava.console.ConsoleService}.
6565
*
6666
* @author Matthias Arzt

0 commit comments

Comments
 (0)