Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy committed Jan 30, 2024
1 parent d8cc3e0 commit 936f667
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ public void setHttpConfigurationProperties(String httpConfigurationProperties) {
}
this.httpConfigurationProperties = props.stringPropertyNames()
.stream()
.map(Objects::toString)
.collect(Collectors.toMap(Function.identity(), props::getProperty));

}
Expand Down

0 comments on commit 936f667

Please sign in to comment.