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 09:59:03 UTC

[sling-org-apache-sling-resource-inventory] 05/07: Fix some javadoc

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

rombert pushed a commit to annotated tag org.apache.sling.resource.inventory-1.0.8
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resource-inventory.git

commit 88a1b76e19a6212c92232d31485193e6f420d225
Author: Karl Pauls <pa...@apache.org>
AuthorDate: Fri Jun 2 20:21:29 2017 +0000

    Fix some javadoc
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/resource-inventory@1797424 13f79535-47bb-0310-9956-ffa450edef68
---
 .../org/apache/sling/resource/inventory/impl/ResourceTraversor.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/sling/resource/inventory/impl/ResourceTraversor.java b/src/main/java/org/apache/sling/resource/inventory/impl/ResourceTraversor.java
index 0a8d960..c68060d 100644
--- a/src/main/java/org/apache/sling/resource/inventory/impl/ResourceTraversor.java
+++ b/src/main/java/org/apache/sling/resource/inventory/impl/ResourceTraversor.java
@@ -39,7 +39,7 @@ public class ResourceTraversor {
     /**
      * Recursive descent from startResource, collecting JSONObjects into
      * startObject.
-     * @throws JSONException
+     * @throws JsonException
      */
     public void collectResources() throws JsonException {
         collectChildren(startResource, this.startObject);
@@ -48,7 +48,7 @@ public class ResourceTraversor {
     /**
      * @param resource
      * @param currentLevel
-     * @throws JSONException
+     * @throws JsonException
      */
     private void collectChildren(final Resource resource,
             final JsonObjectBuilder jsonObj)

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