Java
Java copied to clipboard
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.