Skip to content

Commit

Permalink
Merge pull request #84 from chrqls/dev
Browse files Browse the repository at this point in the history
[#60] No real change
  • Loading branch information
Charles Quelos committed Dec 14, 2013
2 parents 750a685 + f15c2ef commit 3fbce78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/smilec/smile/util/HttpUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ private static final InputStream executeMethod(HttpUriRequest request)
} catch (ParseException e) {
throw new NetworkErrorException(e.getMessage());
} catch (JSONException e) {
new SendEmailAsyncTask(e.getMessage(),JSONException.class.getName(),HttpUtil.class.getName()).execute();
// new SendEmailAsyncTask(e.getMessage(),JSONException.class.getName(),HttpUtil.class.getName()).execute();
throw new NetworkErrorException(e.getMessage());
}
}
Expand Down

0 comments on commit 3fbce78

Please sign in to comment.