Skip to content

Commit

Permalink
[#74] Missing break
Browse files Browse the repository at this point in the history
  • Loading branch information
iperdomo committed Apr 18, 2024
1 parent d57afcf commit 95e5fec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,7 @@ public Pair<IValueMediator, Aggregation> getAggregationStrategy(IObservable obse
case CATEGORIZATION:
case VERIFICATION:
aggregation = Aggregation.MAJORITY;
break;
case QUANTIFICATION:

// } else if (aggregates && observable.getUnit() != null) {
Expand Down

0 comments on commit 95e5fec

Please sign in to comment.