Skip to content

Commit

Permalink
Update src/scheduler/src/main/java/org/cloudfoundry/autoscaler/schedu…
Browse files Browse the repository at this point in the history
…ler/conf/HealthServerConfiguration.java

Co-authored-by: joergdw <[email protected]>
  • Loading branch information
asalan316 and joergdw authored May 25, 2023
1 parent 1906dd9 commit 6c3ffef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class HealthServerConfiguration {
private String username;
private String password;
private Integer port;
private List<String> unprotectedEndpoints;
private Set<String> unprotectedEndpoints;

@PostConstruct
public void init() {
Expand Down

0 comments on commit 6c3ffef

Please sign in to comment.