kwin commented on a change in pull request #39:
URL: 
https://github.com/apache/sling-org-apache-sling-api/pull/39#discussion_r743455229



##########
File path: src/main/java/org/apache/sling/api/resource/ResourceResolver.java
##########
@@ -607,8 +607,14 @@
      * which was used to create this resolver is no longer active or
      * any of the used resource providers is no longer active.
      *
+     * All objects in the map maintained by {@link #getPropertyMap()} the map 
implementing
+     * the {@link #Closeable} interface, will be closed by calling {@code 
close()} on each of them.
+     * Any exception throwing by this call will be ignored. The order in which 
the objects are

Review comment:
       ```suggestion
        * Any exception thrown by this call will be ignored. The order in which 
the objects are
   ```

##########
File path: src/main/java/org/apache/sling/api/resource/ResourceResolver.java
##########
@@ -607,8 +607,14 @@
      * which was used to create this resolver is no longer active or
      * any of the used resource providers is no longer active.
      *
+     * All objects in the map maintained by {@link #getPropertyMap()} the map 
implementing

Review comment:
       ```suggestion
        * All objects in the map maintained by {@link #getPropertyMap()} 
implementing
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to