We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gradle clean install
1 parent faefa69 commit 76a67e4Copy full SHA for 76a67e4
drfapi/src/main/java/com/civilmachines/drfapi/DjangoErrorListener.java
@@ -131,7 +131,7 @@ public abstract class DjangoErrorListener implements Response.ErrorListener {
131
public abstract void onBadRequestError(JSONObject response);
132
133
/**
134
- * Function should handle 403 & 401 Error code i.e. Forbidden & Unauthorized
+ * Function should handle 403 | 401 Error code i.e. Forbidden | Unauthorized
135
* It is expected from programmer to logout user, if logged in, and clear
136
* all private data in this function.
137
*
0 commit comments