Skip to content

Commit

Permalink
Remove groupWeights from the root of the CanaryConfig (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
csanden authored and Matt Duftler committed Sep 1, 2017
1 parent 60ae173 commit de7cbbc
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ public class CanaryConfig {
@Getter
private Map<String, CanaryServiceConfig> services;

@NotNull
@Singular
@Getter
private Map<String, Double> groupWeights;

@NotNull
@Getter
private CanaryClassifierConfig classifier;
Expand Down

0 comments on commit de7cbbc

Please sign in to comment.