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 f11283e  Fix JavaDoc
f11283e is described below

commit f11283ee1493e23990d8696ff5844ac2d31bea25
Author: David Bosschaert <[email protected]>
AuthorDate: Thu Aug 22 08:26:57 2019 +0100

    Fix JavaDoc
---
 src/main/java/org/apache/sling/feature/Extension.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/feature/Extension.java 
b/src/main/java/org/apache/sling/feature/Extension.java
index d892348..bafeca0 100644
--- a/src/main/java/org/apache/sling/feature/Extension.java
+++ b/src/main/java/org/apache/sling/feature/Extension.java
@@ -248,7 +248,7 @@ public class Extension {
     /**
      * Set the JSON structure of the extension
      *
-     * @param obj The JSON object
+     * @param struct The JSON structure
      * @throws IllegalStateException    if the type is not
      *                                  {@code ExtensionType#JSON}
      * @throws IllegalArgumentException If the structure is not valid

Reply via email to