Skip to content

Commit 542c4d2

Browse files
committed
no message
1 parent 24b2f6c commit 542c4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/main/java/edu/wpi/grip/ui/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public class Main extends Application {
6363
@Inject private HttpPipelineSwitcher pipelineSwitcher;
6464
private Parent root;
6565
private boolean headless;
66-
SimpleBooleanProperty dirty = new SimpleBooleanProperty(false);
66+
private final SimpleBooleanProperty dirty = new SimpleBooleanProperty(false);
6767

6868
public static void main(String[] args) {
6969
launch(args);

0 commit comments

Comments
 (0)