You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2020/06/13 21:16:42 UTC

[maven-archetype] branch master updated: (doc) Fix referenced parameter

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git


The following commit(s) were added to refs/heads/master by this push:
     new f8f2b1f  (doc) Fix referenced parameter
f8f2b1f is described below

commit f8f2b1ffa59a3016ab7f9d16b1b2a85520e55109
Author: Piotrek Żygieło <pz...@users.noreply.github.com>
AuthorDate: Sat Jun 13 23:05:06 2020 +0200

    (doc) Fix referenced parameter
---
 .../apache/maven/archetype/source/RemoteCatalogArchetypeDataSource.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/archetype-common/src/main/java/org/apache/maven/archetype/source/RemoteCatalogArchetypeDataSource.java b/archetype-common/src/main/java/org/apache/maven/archetype/source/RemoteCatalogArchetypeDataSource.java
index 6616eba..095ff8e 100644
--- a/archetype-common/src/main/java/org/apache/maven/archetype/source/RemoteCatalogArchetypeDataSource.java
+++ b/archetype-common/src/main/java/org/apache/maven/archetype/source/RemoteCatalogArchetypeDataSource.java
@@ -339,7 +339,7 @@ public class RemoteCatalogArchetypeDataSource extends CatalogArchetypeDataSource
      * everything external:* = everything not on the localhost and not file based. repo,repo1 = repo
      * or repo1 *,!repo1 = everything except repo1
      *
-     * @param originalRepository to compare for a match.
+     * @param originalId to compare for a match.
      * @param pattern used for match. Currently only '*' is supported.
      * @return true if the repository is a match to this pattern.
      */