Commit 9b584774 authored by Zachary Giles's avatar Zachary Giles

Fixing another space issue

parent 25879ce7
...@@ -163,7 +163,7 @@ public class LocationUpdateService extends Service implements LocationListener { ...@@ -163,7 +163,7 @@ public class LocationUpdateService extends Service implements LocationListener {
if (intent != null) { if (intent != null) {
try { try {
params = new JSONObject(intent.getStringExtra("params")); params = new JSONObject(intent.getStringExtra("params"));
headers = new JSONObject(intent.getStringExtra("headers")); headers = new JSONObject(intent.getStringExtra("headers"));
} catch (JSONException e) { } catch (JSONException e) {
// TODO Auto-generated catch block // TODO Auto-generated catch block
e.printStackTrace(); e.printStackTrace();
......
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