Skip to content

Commit

Permalink
Added missing url setting when building HofundConnection from Abstrac…
Browse files Browse the repository at this point in the history
…tHofundBasicHttpConnection (method toHofundConnection)
  • Loading branch information
Athi committed Jun 26, 2024
1 parent b520946 commit 8c77824
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public HofundConnection toHofundConnection() {
return HofundConnection.builder()
.target(getTarget())
.type(Type.HTTP)
.url(getUrl())
.fun(new AtomicReference<>(testConnection()))
.build();
} catch (Exception e) {
Expand Down

0 comments on commit 8c77824

Please sign in to comment.