Skip to content

Commit

Permalink
Fix checkstyle issues
Browse files Browse the repository at this point in the history
  • Loading branch information
CedricChia123 committed Sep 14, 2022
1 parent edc518f commit 753ebed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/qoobee/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
*/
public class Main extends Application {

private Qoobee qoobee = new Qoobee();
private static Stage stage;
private Qoobee qoobee = new Qoobee();

/**
* Starts the stage when application launches.
Expand Down Expand Up @@ -45,4 +45,4 @@ public static void closeStage() {
Main.stage.close();
}

}
}

0 comments on commit 753ebed

Please sign in to comment.