Commit 7fc5617c authored by Zachary Giles's avatar Zachary Giles

missing paren

parent 19869fe9
......@@ -668,7 +668,7 @@ public class LocationUpdateService extends Service implements LocationListener {
//request.setHeader("Accept", "application/json");
//request.setHeader("Content-type", "application/json");
Log.d(TAG, "Adding Header: " + headkey + " : " + headers.get(headkey));
request.setHeader(headkey, headers.get(headkey);
request.setHeader(headkey, headers.get(headkey));
}
Log.d(TAG, "Posting to " + request.getURI().toString());
HttpResponse response = httpClient.execute(request);
......
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