Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Correct indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dilipdevaraj-sfdc committed Aug 23, 2016
1 parent 67640ad commit 239c644
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ private void postToGus(Set<String> to, String feed) {
try {
String gusPost = MessageFormat.format("{0}&subjectId={1}&text={2}",
_config.getValue(Property.POST_ENDPOINT.getName(), Property.POST_ENDPOINT.getDefaultValue()), groupId,
URLEncoder.encode(feed.toString(), "UTF-8"));
URLEncoder.encode(feed.toString(), "UTF-8"));

chatterIt = new HttpPost(gusPost);
chatterIt.setHeader("Authorization", "Bearer " + generateAccessToken());
Expand Down

0 comments on commit 239c644

Please sign in to comment.