Skip to content

Commit

Permalink
fixes supplied metrics subscriber for non-fusible case
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegDokuka committed Mar 17, 2019
1 parent bd139c4 commit 40a9d6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class Metrics {
}
} else {
if (subscriber instanceof Fuseable.ConditionalSubscriber) {
return new MetricsFuseableConditionalSubscriber<>(
return new MetricsConditionalSubscriber<>(
(Fuseable.ConditionalSubscriber<? super T>) subscriber,
next,
complete,
Expand Down

0 comments on commit 40a9d6a

Please sign in to comment.