You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by GitBox <gi...@apache.org> on 2021/12/22 12:53:31 UTC

[GitHub] [poi] pjfanning commented on a change in pull request #290: Customize Spliterator implementations for better parallelism

pjfanning commented on a change in pull request #290:
URL: https://github.com/apache/poi/pull/290#discussion_r773864898



##########
File path: poi-ooxml/src/main/java/org/apache/poi/openxml4j/opc/PackageRelationshipCollection.java
##########
@@ -373,6 +373,14 @@ public PackageRelationshipCollection getRelationships(String typeFilter) {
         return relationshipsByID.values().iterator();
     }
 
+    /**
+     * Get this collection's spliterator.
+     */

Review comment:
       could you add `@since POI 5.2.0` on any new public methods?




-- 
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: dev-unsubscribe@poi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org