From d3f059dc70a108b2782f6dea19a06c7806b7f413 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Wed, 28 May 2025 15:54:29 +0200 Subject: [PATCH] GH-1192 - Polish Javadoc of PackageName. --- .../java/org/springframework/modulith/core/PackageName.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-modulith-core/src/main/java/org/springframework/modulith/core/PackageName.java b/spring-modulith-core/src/main/java/org/springframework/modulith/core/PackageName.java index 7c2e95ed..41faa24d 100644 --- a/spring-modulith-core/src/main/java/org/springframework/modulith/core/PackageName.java +++ b/spring-modulith-core/src/main/java/org/springframework/modulith/core/PackageName.java @@ -81,9 +81,9 @@ public class PackageName implements Comparable { } /** - * Creates a new {@link PackageName} for the given fully-qualified type name. + * Creates a new {@link PackageName} for the given type. * - * @param fullyQualifiedName must not be {@literal null} or empty. + * @param type must not be {@literal null} or empty. * @return will never be {@literal null}. * @since 2.0 */