Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aslamanver committed Dec 13, 2022
1 parent 091a2de commit f26ee12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ private void updateUI(int pid, int status, Map<String, String> headers, String b
binding.txtLog.setText(binding.txtLog.getText() + res);
}

public void test() {
public void testMethod() {
APIClient.ConfigBuilder clientBuilder = new APIClient.ConfigBuilder();
clientBuilder.setSSLSocketFactoryGenerator(new APIClient.ConfigBuilder.SSLSocketFactoryGenerator(null, null));
clientBuilder.setOkHttpClientModifier(null);
Expand Down

0 comments on commit f26ee12

Please sign in to comment.