Skip to content

Commit 0bbda9a

Browse files
committed
GH-802 - Fix Javadoc.
1 parent f09f3aa commit 0bbda9a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,9 @@ private ApplicationModuleDependencies(List<ApplicationModuleDependency> dependen
5252

5353
/**
5454
* Creates a new {@link ApplicationModuleDependencies} for the given {@link List} of
55-
* {@link ApplicationModuleDependency} and {@link ApplicationModules}.
55+
* {@link ApplicationModuleDependency}.
5656
*
5757
* @param dependencies must not be {@literal null}.
58-
* @param modules must not be {@literal null}.
5958
* @return will never be {@literal null}.
6059
*/
6160
static ApplicationModuleDependencies of(List<ApplicationModuleDependency> dependencies) {

0 commit comments

Comments
 (0)