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

Commit

Permalink
review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dacohen@us.ibm.com committed Sep 28, 2019
1 parent be9e809 commit 3c4c985
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 3c4c985

Please sign in to comment.