File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/scijava/ui Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ public interface UIService extends SciJavaService {
106106 * <p>
107107 * Note that if the system itself is headless—which can be detected via
108108 * the {@code java.awt.headless} system property or by calling
109- * {@code java.awt.GraphicsEnvironment. isHeadless()}—then calling
109+ * {@link java.awt.GraphicsEnvironment# isHeadless()}—then calling
110110 * {@code setHeadless(false)} will have no effect; the system will still be
111111 * headless, and {@link #isHeadless()} will still return true.
112112 * </p>
@@ -123,7 +123,7 @@ public interface UIService extends SciJavaService {
123123 * Gets whether the UI is running in headless mode (no UI).
124124 * <p>
125125 * More precisely: returns true when {@code java.awt.headless} system
126- * property is set, and/or {@link java.awt.GraphicsEnvironment. isHeadless()}
126+ * property is set, and/or {@link java.awt.GraphicsEnvironment# isHeadless()}
127127 * returns true, and/or {@link #setHeadless(boolean)} was called with {@code
128128 * true} to force headless behavior in an otherwise headful environment.
129129 * </p>
You can’t perform that action at this time.
0 commit comments