You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2016/11/08 09:28:36 UTC

svn commit: r1768647 - /sling/trunk/tooling/maven/slingstart-maven-plugin/src/main/java/org/apache/sling/maven/slingstart/PackageMojo.java

Author: kwin
Date: Tue Nov  8 09:28:36 2016
New Revision: 1768647

URL: http://svn.apache.org/viewvc?rev=1768647&view=rev
Log:
SLING-6068 fix javadoc

Modified:
    sling/trunk/tooling/maven/slingstart-maven-plugin/src/main/java/org/apache/sling/maven/slingstart/PackageMojo.java

Modified: sling/trunk/tooling/maven/slingstart-maven-plugin/src/main/java/org/apache/sling/maven/slingstart/PackageMojo.java
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/maven/slingstart-maven-plugin/src/main/java/org/apache/sling/maven/slingstart/PackageMojo.java?rev=1768647&r1=1768646&r2=1768647&view=diff
==============================================================================
--- sling/trunk/tooling/maven/slingstart-maven-plugin/src/main/java/org/apache/sling/maven/slingstart/PackageMojo.java (original)
+++ sling/trunk/tooling/maven/slingstart-maven-plugin/src/main/java/org/apache/sling/maven/slingstart/PackageMojo.java Tue Nov  8 09:28:36 2016
@@ -119,8 +119,8 @@ public class PackageMojo extends Abstrac
 
     /**
      *
-     * @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());