We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46191d5 commit cae5548Copy full SHA for cae5548
src/main/java/org/scijava/ui/swing/console/ConsolePanel.java
@@ -59,8 +59,8 @@
59
60
/**
61
* {@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
+ * be used to display text written to {@code System.out} and {@code System.err}.
+ * Therefore, it can be added as {@link OutputListener} to
64
* {@link org.scijava.console.ConsoleService}.
65
*
66
* @author Matthias Arzt
0 commit comments