Skip to content

Commit 87d4b10

Browse files
committed
UIService: rename system property to scijava.ui
This is a better name now that the UI subsystem is part of SJC.
1 parent 3585946 commit 87d4b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public interface UIService extends SciJavaService {
5353
// CTR TODO: Extend SingletonService<UserInterface>.
5454

5555
/** System property to set for overriding the default UI. */
56-
String UI_PROPERTY = "ij.ui";
56+
String UI_PROPERTY = "scijava.ui";
5757

5858
/** Gets the {@link App} associated with the user interface. */
5959
App getApp();

0 commit comments

Comments
 (0)