Correct Javadoc return description for cylinder surface area
Description
Fixed incorrect Javadoc return description for the surfaceAreaCylinder method.
Changes
- Changed
@return volume of given cylinderto@return surface area of given cylinder
The method calculates surface area, not volume, so the javadoc was misleading.
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 78.51%. Comparing base (a14e1e3) to head (88f180b).
Additional details and impacted files
@@ Coverage Diff @@
## master #7140 +/- ##
=========================================
Coverage 78.51% 78.51%
Complexity 6752 6752
=========================================
Files 759 759
Lines 22402 22402
Branches 4400 4400
=========================================
Hits 17589 17589
Misses 4108 4108
Partials 705 705
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
This pull request has been automatically closed because its workflows or checks failed and it has been inactive for more than 14 days. Please fix the workflows and reopen if you'd like to continue. Merging from main/master alone does not count as activity.