pravega / flink-connectors

Apache Flink connectors for Pravega.
Apache License 2.0
96 stars 67 forks source link

[issue-694] Fix javadoc warning #695

Closed fyang86 closed 2 years ago

fyang86 commented 2 years ago

Signed-off-by: Fan, Yang fan.yang5@emc.com

Change log description Fix a javadoc warning in PravegaSplitEnumerator

Purpose of the change Fix #694

What the code does Add @return in the javadoc in PravegaSplitEnumerator

How to verify it gradlew clean build passed

codecov[bot] commented 2 years ago

Codecov Report

Base: 80.49% // Head: 80.67% // Increases project coverage by +0.18% :tada:

Coverage data is based on head (de5698d) compared to base (7f44ea7). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #695 +/- ## ============================================ + Coverage 80.49% 80.67% +0.18% - Complexity 567 569 +2 ============================================ Files 60 60 Lines 2712 2712 Branches 234 234 ============================================ + Hits 2183 2188 +5 + Misses 337 334 -3 + Partials 192 190 -2 ``` | [Impacted Files](https://codecov.io/gh/pravega/flink-connectors/pull/695?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pravega) | Coverage Δ | | |---|---|---| | [...link/source/enumerator/PravegaSplitEnumerator.java](https://codecov.io/gh/pravega/flink-connectors/pull/695/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pravega#diff-c3JjL21haW4vamF2YS9pby9wcmF2ZWdhL2Nvbm5lY3RvcnMvZmxpbmsvc291cmNlL2VudW1lcmF0b3IvUHJhdmVnYVNwbGl0RW51bWVyYXRvci5qYXZh) | `78.31% <ø> (ø)` | | | [...vega/connectors/flink/sink/PravegaEventWriter.java](https://codecov.io/gh/pravega/flink-connectors/pull/695/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pravega#diff-c3JjL21haW4vamF2YS9pby9wcmF2ZWdhL2Nvbm5lY3RvcnMvZmxpbmsvc2luay9QcmF2ZWdhRXZlbnRXcml0ZXIuamF2YQ==) | `68.91% <0.00%> (+2.70%)` | :arrow_up: | | [...ravega/connectors/flink/sink/PravegaCommitter.java](https://codecov.io/gh/pravega/flink-connectors/pull/695/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pravega#diff-c3JjL21haW4vamF2YS9pby9wcmF2ZWdhL2Nvbm5lY3RvcnMvZmxpbmsvc2luay9QcmF2ZWdhQ29tbWl0dGVyLmphdmE=) | `71.73% <0.00%> (+6.52%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pravega). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pravega)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.