Github user dick-twocows commented on a diff in the pull request:
https://github.com/apache/jena/pull/233#discussion_r110245986
--- Diff:
jena-arq/src/main/java/org/apache/jena/sparql/core/thrift/IteratorCached.java
---
@@ -0,0 +1,21 @@
+package org.apache.jena.sparql.core.thrift;
+
+import java.util.Iterator;
+
+public abstract class IteratorCached<E> implements Iterator<E> {
--- End diff --
Yes, named more in keeping as a prefix for the actual concrete classes.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---