Commit 4a1742ae authored by Tiago Cunha's avatar Tiago Cunha

Fixed PMD error

parent 26ebda44
......@@ -40,7 +40,7 @@ public class ServerHelper {
client.newCall(request).enqueue(new okhttp3.Callback() {
@Override
public void onFailure(Call call, IOException e) {
public void onFailure(Call call, IOException exception) {
// some connection error
callback.isNotValid();
}
......
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