Skip to content

Commit

Permalink
refactor(project): πŸ”Ž Resolve code review finding
Browse files Browse the repository at this point in the history
Seems to be a false positive reported by the IDE - seems to build ok - let's check with CI ...

Signed-off-by: Patrik Gfeller <[email protected]>
  • Loading branch information
pgfeller committed Nov 22, 2024
1 parent 546c703 commit aeb8f76
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ public HueSyncHandler(Thing thing, HttpClientFactory httpClientFactory)
}

// #region private

@SuppressWarnings("null")
private Runnable initializeConnection() {
return () -> {
this.deviceInfo = Optional.ofNullable(this.connection.getDeviceInfo());
Expand Down

0 comments on commit aeb8f76

Please sign in to comment.