Skip to content

Commit

Permalink
Update bundles/org.openhab.binding.pushover/src/main/java/org/openhab…
Browse files Browse the repository at this point in the history
…/binding/pushover/internal/connection/PushoverMessageBuilder.java


Signed-off-by: Christoph Weitkamp <[email protected]>
  • Loading branch information
cweitkamp authored Jul 20, 2021
1 parent 3edf670 commit 8bf89e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ public ContentProvider build() throws PushoverCommunicationException {
return body;
}

private Path createTempFile(byte[] data) {
private Path createTempFile(byte[] data) <span class="x x-first x-last">throws PushoverCommunicationException </span>{
try {
Path tmpFile = Files.createTempFile("pushover-", ".tmp");
return Files.write(tmpFile, data);
Expand Down

0 comments on commit 8bf89e1

Please sign in to comment.