You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2018/11/23 09:34:31 UTC

[sling-org-apache-sling-feature] branch master updated: Fixing up Javadoc in preparation for the release.

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

davidb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature.git


The following commit(s) were added to refs/heads/master by this push:
     new ec66f6f  Fixing up Javadoc in preparation for the release.
ec66f6f is described below

commit ec66f6ff7712f09ec983e03d79b6bc32638371ad
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Fri Nov 23 09:34:11 2018 +0000

    Fixing up Javadoc in preparation for the release.
---
 src/main/java/org/apache/sling/feature/Configuration.java          | 4 ++--
 src/main/java/org/apache/sling/feature/builder/BuilderContext.java | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/java/org/apache/sling/feature/Configuration.java b/src/main/java/org/apache/sling/feature/Configuration.java
index 417713b..69d2396 100644
--- a/src/main/java/org/apache/sling/feature/Configuration.java
+++ b/src/main/java/org/apache/sling/feature/Configuration.java
@@ -153,8 +153,8 @@ public class Configuration
 
     /**
      * Create a copy of the configuration with a provided PID.
-     * 
-     * @param pid The pid of the configuration
+     *
+     * @param aPid The pid of the configuration
      * @return A copy of this configuration with the given PID
      */
     public Configuration copy(final String aPid) {
diff --git a/src/main/java/org/apache/sling/feature/builder/BuilderContext.java b/src/main/java/org/apache/sling/feature/builder/BuilderContext.java
index 61acba5..0fe344d 100644
--- a/src/main/java/org/apache/sling/feature/builder/BuilderContext.java
+++ b/src/main/java/org/apache/sling/feature/builder/BuilderContext.java
@@ -125,8 +125,8 @@ public class BuilderContext {
     /**
      * Set a handler configuration
      *
-     * @param The name of the handler
-     * @param The configuration for the handler
+     * @param name The name of the handler
+     * @param cfg The configuration for the handler
      * @return The builder context
      */
     public BuilderContext setHandlerConfiguration(final String name, final Map<String,String> cfg) {