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 */