Skip to content

Commit 76a67e4

Browse files
committed
Fixed minor doc issue raised by gradle clean install
1 parent faefa69 commit 76a67e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drfapi/src/main/java/com/civilmachines/drfapi/DjangoErrorListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public abstract class DjangoErrorListener implements Response.ErrorListener {
131131
public abstract void onBadRequestError(JSONObject response);
132132

133133
/**
134-
* Function should handle 403 & 401 Error code i.e. Forbidden & Unauthorized
134+
* Function should handle 403 | 401 Error code i.e. Forbidden | Unauthorized
135135
* It is expected from programmer to logout user, if logged in, and clear
136136
* all private data in this function.
137137
*

0 commit comments

Comments
 (0)