We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 436af5c commit d577b0eCopy full SHA for d577b0e
src/main/java/fr/sandro642/github/api/ApiFactory.java
@@ -56,7 +56,7 @@ protected void parseFromRawJson(String rawJson) {
56
}
57
58
/**
59
- * Method to retrieve the raw JSON data as a string.
+ * Method to retrieve the statusCode from response.
60
*/
61
protected void setStatusCode(int statusCode) {
62
this.statusCode = statusCode;
0 commit comments