You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2021/10/08 06:15:38 UTC

[jackrabbit-filevault-package-maven-plugin] branch master updated: releng: fix javadoc

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault-package-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new afeeaba  releng: fix javadoc
afeeaba is described below

commit afeeaba1016e15c6920887c51c8a99492af04df1
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Fri Oct 8 08:15:31 2021 +0200

    releng: fix javadoc
---
 .../jackrabbit/filevault/maven/packaging/SubPackageHandlingEntry.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/jackrabbit/filevault/maven/packaging/SubPackageHandlingEntry.java b/src/main/java/org/apache/jackrabbit/filevault/maven/packaging/SubPackageHandlingEntry.java
index ef09ab6..bc4d53e 100644
--- a/src/main/java/org/apache/jackrabbit/filevault/maven/packaging/SubPackageHandlingEntry.java
+++ b/src/main/java/org/apache/jackrabbit/filevault/maven/packaging/SubPackageHandlingEntry.java
@@ -46,7 +46,7 @@ public class SubPackageHandlingEntry {
      * Sets the access control handling.
      * Explicit setter methods to allow specifying the option in both lower and upper case.
      * 
-     * @param type the string representation of the ac handling
+     * @param option the string representation of the access control handling
      * @throws MojoFailureException if an error occurs
      */
     public void setOption(String option) throws MojoFailureException {