Skip to content

Commit

Permalink
[pushbullet] remove superfluous toString call
Browse files Browse the repository at this point in the history
Signed-off-by: Hakan Tandogan <hakan@tandogan.com>
  • Loading branch information
hakan42 committed Jun 30, 2019
1 parent 06eb671 commit 74a35a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public boolean sendPush(@Nullable String recipient, @Nullable String title, @Nul
logger.debug("Packed Request: {}", request);

Properties headers = new Properties();
headers.put(HttpHeader.USER_AGENT, "openHAB / Pushbullet binding " + VERSION.toString());
headers.put(HttpHeader.USER_AGENT, "openHAB / Pushbullet binding " + VERSION);
headers.put(HttpHeader.CONTENT_TYPE, MimeTypes.Type.APPLICATION_JSON.asString());
headers.put("Access-Token", configuration.getToken());

Expand Down

0 comments on commit 74a35a8

Please sign in to comment.