From c0401c87e55e162c240ef1fa266b95aa311cd78f Mon Sep 17 00:00:00 2001 From: Riegel <alexander.riegel@hft-stuttgart.de> Date: Thu, 13 Mar 2025 14:27:27 +0100 Subject: [PATCH] Docs: Add parameter --- .../stuttgart/citydoctor2/utils/BoundingBoxCalculator.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CityDoctorParent/CityDoctorModel/src/main/java/de/hft/stuttgart/citydoctor2/utils/BoundingBoxCalculator.java b/CityDoctorParent/CityDoctorModel/src/main/java/de/hft/stuttgart/citydoctor2/utils/BoundingBoxCalculator.java index 3aaddd5..94a65d4 100644 --- a/CityDoctorParent/CityDoctorModel/src/main/java/de/hft/stuttgart/citydoctor2/utils/BoundingBoxCalculator.java +++ b/CityDoctorParent/CityDoctorModel/src/main/java/de/hft/stuttgart/citydoctor2/utils/BoundingBoxCalculator.java @@ -52,8 +52,8 @@ public class BoundingBoxCalculator { * empty array is returned. This is considered an axis aligned bounding box. * Only the exterior rings of the polygons is used as inner rings should be * within the exterior or they are faulty. - * - * @param a list of polygons containing the vertices + * + * @param polygons a list of polygons containing the vertices * @return an BoundingBox containing the two end points of the bounding box. */ public static BoundingBox calculateBoundingBox(Collection<? extends Polygon> polygons) { -- GitLab