Skip to content

Commit

Permalink
getInitialize method in Initialize class
Browse files Browse the repository at this point in the history
  • Loading branch information
cmatlak committed Feb 2, 2024
1 parent ccb2f58 commit 469b517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/fungover/haze/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ public class Main {
static Logger logger = LogManager.getLogger(Main.class);

public static void main(String[] args) {
Initialize initialize = new Initialize();
initialize.importCliOptions(args);
Initialize initialize = Initialize.getInitialize(args);

HazeDatabase hazeDatabase = new HazeDatabase();
HazeList hazeList = new HazeList(hazeDatabase);
Auth auth = new Auth();
Expand Down

0 comments on commit 469b517

Please sign in to comment.