Skip to content

Commit 4e6114d

Browse files
committed
GH-1100 - Polishing.
1 parent a4028aa commit 4e6114d

File tree

1 file changed

+2
-1
lines changed
  • spring-modulith-core/src/main/java/org/springframework/modulith/core

1 file changed

+2
-1
lines changed

spring-modulith-core/src/main/java/org/springframework/modulith/core/Classes.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ static Classes of(List<JavaClass> classes) {
8686
}
8787

8888
/**
89-
* Returns a {@link Collector} creating a {@link Classes} instance from a {@link Stream} of {@link JavaType}.
89+
* Returns a {@link Collector} creating a {@link Classes} instance from a {@link Stream} of
90+
* {@link com.tngtech.archunit.core.domain.JavaType}.
9091
*
9192
* @return will never be {@literal null}.
9293
*/

0 commit comments

Comments
 (0)