Skip to content

Commit

Permalink
[SHIBUI-1218]
Browse files Browse the repository at this point in the history
change collection to Set
  • Loading branch information
jj committed Feb 12, 2019
1 parent af6cfbc commit b79729d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

import java.util.List;
import java.util.Optional;
import java.util.Set;

@Configuration
@ConfigurationProperties(prefix = "shibui")
Expand Down Expand Up @@ -38,5 +39,5 @@ public class ShibUIConfiguration {
/**
* A list of roles to bootstrap into the system.
*/
private List<String> roles;
private Set<String> roles;
}

0 comments on commit b79729d

Please sign in to comment.