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 3aaddd5af2721d568528b503a9451bf116e4d191..94a65d45c1c497343cf56f271cdd745aef0fdbc3 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) {