Java icon indicating copy to clipboard operation
Java copied to clipboard

Correct Javadoc return description for cylinder surface area

Open vardhan30016 opened this issue 2 weeks ago • 1 comments

Description

Fixed incorrect Javadoc return description for the surfaceAreaCylinder method.

Changes

  • Changed @return volume of given cylinder to @return surface area of given cylinder

The method calculates surface area, not volume, so the javadoc was misleading.

vardhan30016 avatar Nov 26 '25 16:11 vardhan30016