This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resource-inventory.git
commit 235639315af0bc3b1c23eb69eb02fc1e99a41ed6 Author: Karl Pauls <[email protected]> AuthorDate: Fri Jun 2 20:21:29 2017 +0000 Fix some javadoc git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@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 "[email protected]" <[email protected]>.
