From 0810d8025e4d85949051a194d412414f410c092f Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Mon, 16 Oct 2023 09:01:03 +0200 Subject: [PATCH] GH-327 - Fix Javadoc. --- .../modulith/core/ArchitecturallyEvidentType.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-modulith-core/src/main/java/org/springframework/modulith/core/ArchitecturallyEvidentType.java b/spring-modulith-core/src/main/java/org/springframework/modulith/core/ArchitecturallyEvidentType.java index f139f7f6..fef9b0a4 100644 --- a/spring-modulith-core/src/main/java/org/springframework/modulith/core/ArchitecturallyEvidentType.java +++ b/spring-modulith-core/src/main/java/org/springframework/modulith/core/ArchitecturallyEvidentType.java @@ -56,8 +56,8 @@ public abstract class ArchitecturallyEvidentType { } /** - * Creates a new {@link ArchitecturallyEvidentType} for the given {@link JavaType} and {@link Classes} of Spring - * components. + * Creates a new {@link ArchitecturallyEvidentType} for the given {@link com.tngtech.archunit.core.domain.JavaType} + * and {@link Classes} of Spring components. * * @param type must not be {@literal null}. * @param beanTypes must not be {@literal null}.