Skip to content

Commit

Permalink
remove main
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed May 15, 2024
1 parent b47e357 commit 33cc9b8
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,4 @@ private HttpResponse<String> getResponse(String endpoint)
.build();
return client.send(request, BodyHandlers.ofString());
}

public static void main(String[] args)
throws URISyntaxException, IOException, InterruptedException {
PullRequestStatus status = new GitHubClient(HttpClient.newHttpClient())
.listMonthlyPullRequestStatusOf("googleapis", "sdk-platform-java");
System.out.println(status);
}
}

0 comments on commit 33cc9b8

Please sign in to comment.