Skip to content

Commit

Permalink
refactor(lint): 🧹 static code analysis - HueSyncConnection
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Gfeller <[email protected]>
  • Loading branch information
pgfeller committed Nov 26, 2024
1 parent e842959 commit d8d519b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ protected void dispose() {
this.authentication = Optional.empty();
throw new HueSyncConnectionException("@text/connection.invalid-login");
}

case HttpStatus.NOT_FOUND_404 -> this.logger.warn("invalid device URI or API endpoint");
case HttpStatus.INTERNAL_SERVER_ERROR_500 -> this.logger.warn("hue sync box server problem");
default -> this.logger.warn("unexpected HTTP status: {}", status);
Expand Down

0 comments on commit d8d519b

Please sign in to comment.