Skip to content

Commit

Permalink
last change
Browse files Browse the repository at this point in the history
  • Loading branch information
ad0mb committed Sep 26, 2024
1 parent 8cb81e2 commit 14067af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class CourtlinkMain extends FlowStart {

//main hub for all courtlink processes from login, to search, to scrape

public static void CourtlinkFlow() throws IOException, InterruptedException {
public static void courtLinkFlow() throws IOException, InterruptedException {
courtLinkLogin(); //login process

Thread.sleep(1000);
Expand Down

0 comments on commit 14067af

Please sign in to comment.