Skip to content

Commit 3cfcbb7

Browse files
committed
UIService: fix javadoc syntax error
1 parent 30e52ca commit 3cfcbb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/scijava/ui/UIService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public interface UIService extends SciJavaService {
106106
* <p>
107107
* Note that if the system itself is headless&mdash;which can be detected via
108108
* the {@code java.awt.headless} system property or by calling
109-
* {@code java.awt.GraphicsEnvironment.isHeadless()}&mdash;then calling
109+
* {@link java.awt.GraphicsEnvironment#isHeadless()}&mdash;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>

0 commit comments

Comments
 (0)