Skip to content

Commit

Permalink
Fix broken build (openhab#8402)
Browse files Browse the repository at this point in the history
PR openhab#8383 was created before Spotless was enforced.

Signed-off-by: Wouter Born <github@maindrain.net>
  • Loading branch information
wborn authored and andrewfg committed Oct 8, 2020
1 parent 759bc29 commit 1e212a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ private void processCompleted() {
reset();
if (plainText == null) {
telegramListener
.telegramReceived(new P1Telegram(Collections.emptyList(), TelegramState.INVALID_ENCRYPTION_KEY));
.telegramReceived(new P1Telegram(Collections.emptyList(), TelegramState.INVALID_ENCRYPTION_KEY));
} else {
parser.parse(plainText, plainText.length);
}
Expand Down

0 comments on commit 1e212a0

Please sign in to comment.