We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7709d73 commit 9c9add3Copy full SHA for 9c9add3
1 file changed
src/main/java/org/scijava/ui/console/HeadlessArgument.java
@@ -70,11 +70,11 @@ public void handle(final LinkedList<String> args) {
70
71
uiService.setHeadless(true);
72
}
73
+
74
// -- Typed methods --
75
76
@Override
77
public boolean supports(final LinkedList<String> args) {
78
return uiService != null && super.supports(args);
79
-
80
0 commit comments