Skip to content

Commit

Permalink
added missing Arraylist Dependecy to ZallyRunner.java
Browse files Browse the repository at this point in the history
  • Loading branch information
littlelion308 committed May 6, 2022
1 parent 380f7e0 commit 04011cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/ethlo/zally/ZallyRunner.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
import java.lang.reflect.Method;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.util.ArrayList;
import java.util.Collections;
import java.util.LinkedHashMap;
import java.util.LinkedList;
Expand Down

0 comments on commit 04011cd

Please sign in to comment.