Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jperedadnr committed Oct 15, 2024
1 parent 45a3819 commit a8bd236
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/gluonhq/utils/MavenArtifactResolver.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ private MavenArtifactResolver(RepositorySystem repositorySystem, RepositorySyste
*
* @param repositorySystem The entry point to Maven Artifact Resolver
* @param systemSession The current repository/network configuration of Maven
* @param repositories The current list of remote repositories
*/
public static void initRepositories(RepositorySystem repositorySystem, RepositorySystemSession systemSession, List<RemoteRepository> repositories) {
if (instance != null) {
Expand Down

0 comments on commit a8bd236

Please sign in to comment.