GH-802 - Fix Javadoc.

This commit is contained in:
Oliver Drotbohm
2024-09-08 15:23:10 +02:00
parent f09f3aa827
commit 0bbda9a8bd

View File

@@ -52,10 +52,9 @@ public class ApplicationModuleDependencies {
/**
* Creates a new {@link ApplicationModuleDependencies} for the given {@link List} of
* {@link ApplicationModuleDependency} and {@link ApplicationModules}.
* {@link ApplicationModuleDependency}.
*
* @param dependencies must not be {@literal null}.
* @param modules must not be {@literal null}.
* @return will never be {@literal null}.
*/
static ApplicationModuleDependencies of(List<ApplicationModuleDependency> dependencies) {