We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b2f6c commit 542c4d2Copy full SHA for 542c4d2
ui/src/main/java/edu/wpi/grip/ui/Main.java
@@ -63,7 +63,7 @@ public class Main extends Application {
63
@Inject private HttpPipelineSwitcher pipelineSwitcher;
64
private Parent root;
65
private boolean headless;
66
- SimpleBooleanProperty dirty = new SimpleBooleanProperty(false);
+ private final SimpleBooleanProperty dirty = new SimpleBooleanProperty(false);
67
68
public static void main(String[] args) {
69
launch(args);
0 commit comments