Skip to content

Commit

Permalink
ffasw
Browse files Browse the repository at this point in the history
ffasw
  • Loading branch information
abenkdh committed Feb 11, 2020
1 parent 45bd202 commit a3a314a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bsjson/src/main/java/com/benkkstudio/bsjson/BSJsonV2.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
import androidx.annotation.NonNull;

public class BSJsonV2 {
private static final int METHOD_POST = 0;
private static final int METHOD_GET = 1;
public static final int METHOD_POST = 0;
public static final int METHOD_GET = 1;
private Activity activity;
private String server;
private JsonObject jsObj;
Expand Down

0 comments on commit a3a314a

Please sign in to comment.