Skip to content

Commit

Permalink
Minor cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
ocielliottc committed Jan 13, 2025
1 parent 988eef7 commit 7e0a4c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class PulseSlackCommand {
public boolean send(String triggerId) {
String slackBlocks = getSlackBlocks();

// See if we can have a token.
// See if we have a token.
String token = configuration.getApplication()
.getPulseResponse()
.getSlack().getBotToken();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
import java.util.HashMap;
import java.util.Map;

import jakarta.inject.Singleton;

@Singleton
public class FormUrlEncodedDecoder {
public Map<String, Object> decode(String formUrlEncodedString, Charset charset) {
Map<String, Object> queryParams = new HashMap<>();
Expand Down

0 comments on commit 7e0a4c9

Please sign in to comment.