final
This commit is contained in:
parent
11b25aa009
commit
2d69ce75c8
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ import okhttp3.Response;
|
||||||
public class PostRequest {
|
public class PostRequest {
|
||||||
|
|
||||||
private Context context;
|
private Context context;
|
||||||
private String BASE_URL = "BASE_URL"; // STATIC
|
private String BASE_URL = "BASE_URL"; // VARIABLE STATIC
|
||||||
private PostRequestCallback callback;
|
private PostRequestCallback callback;
|
||||||
|
|
||||||
public String buildPoint = "BUILD_POINT"; // VARIABLE STATIC
|
public String buildPoint = "BUILD_POINT"; // VARIABLE STATIC
|
||||||
|
|
Loading…
Add table
Reference in a new issue