You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 10:27:59 UTC

[sling-slingstart-maven-plugin] 12/15: SLING-6068 fix javadoc

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

rombert pushed a commit to annotated tag slingstart-maven-plugin-1.5.0
in repository https://gitbox.apache.org/repos/asf/sling-slingstart-maven-plugin.git

commit fb3ba19c0f0221312e3321a9c4852bef73df4caa
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue Nov 8 09:28:36 2016 +0000

    SLING-6068 fix javadoc
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/slingstart-maven-plugin@1768647 13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/java/org/apache/sling/maven/slingstart/PackageMojo.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/sling/maven/slingstart/PackageMojo.java b/src/main/java/org/apache/sling/maven/slingstart/PackageMojo.java
index cd92163..bdd42c7 100644
--- a/src/main/java/org/apache/sling/maven/slingstart/PackageMojo.java
+++ b/src/main/java/org/apache/sling/maven/slingstart/PackageMojo.java
@@ -119,8 +119,8 @@ public class PackageMojo extends AbstractSlingStartMojo {
 
     /**
      *
-     * @param isStandalone {@code true} if the standalone launchpad should be built, {@code false} if the webapp should be built.
-     * @return the absolute file name of the to be created artifact
+     * @param extension the extension including the leading dot to be used for the file name.
+     * @return the absolute file name of the to be created artifact.
      */
     private File getBuildFile(final String extension) {
         final File buildDirectory = new File(this.project.getBuild().getDirectory());

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.