You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2024/03/07 17:40:29 UTC

(camel) branch main updated: Typo

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 6ebd62c7f02 Typo
6ebd62c7f02 is described below

commit 6ebd62c7f02d42c0c7b3894cef0fb946d198ec55
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Mar 7 18:40:06 2024 +0100

    Typo
---
 .../java/org/apache/camel/tooling/maven/MavenDownloaderImpl.java     | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/tooling/camel-tooling-maven/src/main/java/org/apache/camel/tooling/maven/MavenDownloaderImpl.java b/tooling/camel-tooling-maven/src/main/java/org/apache/camel/tooling/maven/MavenDownloaderImpl.java
index 04af434b7a2..3851955f771 100644
--- a/tooling/camel-tooling-maven/src/main/java/org/apache/camel/tooling/maven/MavenDownloaderImpl.java
+++ b/tooling/camel-tooling-maven/src/main/java/org/apache/camel/tooling/maven/MavenDownloaderImpl.java
@@ -262,11 +262,8 @@ public class MavenDownloaderImpl extends ServiceSupport implements MavenDownload
     private boolean fresh;
     private boolean offline;
     private RemoteArtifactDownloadListener remoteArtifactDownloadListener;
-
     private boolean apacheSnapshotsIncluded;
-
     private AtomicInteger customRepositoryCounter = new AtomicInteger(1);
-
     private Settings settings;
 
     public MavenDownloaderImpl() {
@@ -322,7 +319,7 @@ public class MavenDownloaderImpl extends ServiceSupport implements MavenDownload
         defaultPolicy = fresh ? POLICY_FRESH : POLICY_DEFAULT;
 
         // process repositories - both from settings.xml and from --repos option. All are subject to
-        // mirrorring and proxying (handled by org.eclipse.aether.RepositorySystem#newResolutionRepositories())
+        // mirroring and proxying (handled by org.eclipse.aether.RepositorySystem#newResolutionRepositories())
         List<RemoteRepository> originalRepositories = configureDefaultRepositories(settings);
 
         remoteRepositories.addAll(repositorySystem.newResolutionRepositories(repositorySystemSession,