Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #63 from davco01a/latest
Browse files Browse the repository at this point in the history
review comment
  • Loading branch information
tseelbach committed Sep 28, 2019
2 parents fbf6fd5 + 3c4c985 commit 1d515b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/application/rest/CollectionsUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ private static String getFromGit(String url, String user, String pw) {

System.out.println("Response Code : " + response.getStatusLine().getStatusCode());
if (response.getStatusLine().getStatusCode()==429) {
return "http code 429: GIT retry Limited Exceeded, please try again in 2 minutes";
return "http code 429: Github retry Limited Exceeded, please try again in 2 minutes";
}

BufferedReader rd = null;
Expand Down

0 comments on commit 1d515b3

Please sign in to comment.