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 CSchlipp committed Sep 12, 2020
1 parent fc70d98 commit 2771ca4
Showing 1 changed file with 1 addition and 1 deletion.
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 2771ca4

Please sign in to comment.