Skip to content

Commit

Permalink
GH-802 - Fix Javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Sep 8, 2024
1 parent f09f3aa commit 0bbda9a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,9 @@ private ApplicationModuleDependencies(List<ApplicationModuleDependency> dependen

/**
* 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) {
Expand Down

0 comments on commit 0bbda9a

Please sign in to comment.