Skip to content

Commit

Permalink
corrected misspelled word
Browse files Browse the repository at this point in the history
  • Loading branch information
remusdecea committed May 29, 2014
1 parent 4ca30bd commit e71a821
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -132,7 +132,7 @@ public JSONObject asJson() throws JSONException {
}
messageTypesAsJson.put("messagetypes", (List<String>) items);
}else{
messageTypesAsJson.put("messagetype", new JSONArray());
messageTypesAsJson.put("messagetypes", new JSONArray());
}

return messageTypesAsJson;
Expand Down

0 comments on commit e71a821

Please sign in to comment.