Small improvements

This commit is contained in:
M66B
2020-06-24 09:30:17 +02:00
parent 583ef6fe89
commit 28880d2a57
4 changed files with 4 additions and 5 deletions

View File

@@ -85,7 +85,7 @@ public class IPInfo {
organization.name = jinfo.optString("org");
organization.country = jinfo.optString("country");
} catch (JSONException ex) {
Log.w(ex);
throw new IOException(ex);
} finally {
connection.disconnect();
}