Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix javadoc of the deprecated MultiOverflow.drop(Consumer<T>) #731

Merged
merged 1 commit into from
Oct 15, 2021

Conversation

mkouba
Copy link
Contributor

@mkouba mkouba commented Oct 15, 2021

No description provided.

@cescoffier
Copy link
Contributor

Thanks!

@codecov
Copy link

codecov bot commented Oct 15, 2021

Codecov Report

Merging #731 (3a49158) into main (0adb114) will increase coverage by 0.18%.
The diff coverage is n/a.

❗ Current head 3a49158 differs from pull request most recent head ae6abbe. Consider uploading reports for the commit ae6abbe to get more accurate results
Impacted file tree graph

@@             Coverage Diff              @@
##               main     #731      +/-   ##
============================================
+ Coverage     89.88%   90.07%   +0.18%     
- Complexity     2989     2994       +5     
============================================
  Files           374      374              
  Lines         11790    11790              
  Branches       1478     1480       +2     
============================================
+ Hits          10598    10620      +22     
+ Misses          612      596      -16     
+ Partials        580      574       -6     
Impacted Files Coverage Δ
.../java/io/smallrye/mutiny/groups/MultiOverflow.java 100.00% <ø> (ø)
...lrye/mutiny/subscription/SerializedSubscriber.java 82.07% <0.00%> (-5.67%) ⬇️
.../io/smallrye/mutiny/helpers/queues/DrainUtils.java 75.55% <0.00%> (-2.23%) ⬇️
...mallrye/mutiny/operators/multi/MultiFlatMapOp.java 85.84% <0.00%> (+0.61%) ⬆️
...java/io/smallrye/mutiny/helpers/Subscriptions.java 81.76% <0.00%> (+2.76%) ⬆️
...a/io/smallrye/mutiny/helpers/BlockingIterable.java 89.79% <0.00%> (+4.08%) ⬆️
...subscription/SwitchableSubscriptionSubscriber.java 99.18% <0.00%> (+4.09%) ⬆️
...y/operators/multi/builders/IterableBasedMulti.java 86.17% <0.00%> (+4.25%) ⬆️
...perators/multi/processors/SerializedProcessor.java 93.06% <0.00%> (+8.91%) ⬆️

@cescoffier cescoffier merged commit 7196e59 into smallrye:main Oct 15, 2021
@cescoffier cescoffier added the documentation Improvements or additions to documentation label Oct 15, 2021
@cescoffier cescoffier added this to the 1.2.0 milestone Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants