Skip to content

Commit

Permalink
Fix some javadoc
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1797424 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
karlpauls committed Jun 2, 2017
1 parent 3e29a44 commit 2356393
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public ResourceTraversor(final Resource resource) {
/**
* Recursive descent from startResource, collecting JSONObjects into
* startObject.
* @throws JSONException
* @throws JsonException
*/
public void collectResources() throws JsonException {
collectChildren(startResource, this.startObject);
Expand All @@ -48,7 +48,7 @@ public void collectResources() throws JsonException {
/**
* @param resource
* @param currentLevel
* @throws JSONException
* @throws JsonException
*/
private void collectChildren(final Resource resource,
final JsonObjectBuilder jsonObj)
Expand Down

0 comments on commit 2356393

Please sign in to comment.