We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138b57b commit a1f1552Copy full SHA for a1f1552
src/main/java/org/scijava/ui/swing/console/SwingConsolePane.java
@@ -60,7 +60,11 @@
60
*/
61
public class SwingConsolePane extends AbstractConsolePane<JPanel> {
62
63
- public static final String LOG_FORMATTING_SETTINGS_KEY = "/log-formatting";
+ /**
64
+ * Key to use when when persisting {@link LogFormatter} preferences with the
65
+ * {@link PrefService}.
66
+ */
67
+ private static final String LOG_FORMATTING_SETTINGS_KEY = "log-formatting";
68
69
@Parameter
70
private Context context;
0 commit comments