Commit 9291b79e authored by Tiago Cunha's avatar Tiago Cunha

Fix PMD

parent ba475a47
......@@ -45,7 +45,7 @@ public class DefaultServerPolicyApi implements ServerPolicyApi {
private okhttp3.Callback getOkHttpCallback(@NonNull Callback callback) {
return new okhttp3.Callback() {
@Override
public void onFailure(Call call, IOException e) {
public void onFailure(Call call, IOException ioException) {
callback.onNetworkError();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment