Skip to content

Commit d577b0e

Browse files
committed
Update Javadoc comment in ApiFactory.java to reflect method functionality
1 parent 436af5c commit d577b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/fr/sandro642/github/api/ApiFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ protected void parseFromRawJson(String rawJson) {
5656
}
5757

5858
/**
59-
* Method to retrieve the raw JSON data as a string.
59+
* Method to retrieve the statusCode from response.
6060
*/
6161
protected void setStatusCode(int statusCode) {
6262
this.statusCode = statusCode;

0 commit comments

Comments
 (0)