You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by an...@apache.org on 2016/11/07 14:03:31 UTC

svn commit: r1768515 - /db/jdo/trunk/api/src/java/javax/jdo/Extent.java

Author: andyj
Date: Mon Nov  7 14:03:31 2016
New Revision: 1768515

URL: http://svn.apache.org/viewvc?rev=1768515&view=rev
Log:
JDO-735 with AutoCloseable this time

Modified:
    db/jdo/trunk/api/src/java/javax/jdo/Extent.java

Modified: db/jdo/trunk/api/src/java/javax/jdo/Extent.java
URL: http://svn.apache.org/viewvc/db/jdo/trunk/api/src/java/javax/jdo/Extent.java?rev=1768515&r1=1768514&r2=1768515&view=diff
==============================================================================
--- db/jdo/trunk/api/src/java/javax/jdo/Extent.java (original)
+++ db/jdo/trunk/api/src/java/javax/jdo/Extent.java Mon Nov  7 14:03:31 2016
@@ -36,7 +36,7 @@ import java.util.Iterator;
  * </ol>
  * @version 2.1
  */
-public interface Extent<E> extends Iterable<E> {
+public interface Extent<E> extends Iterable<E>, AutoCloseable {
         
     /** Returns an iterator over all the instances in the <code>Extent</code>.
      * The behavior of the returned iterator might depend on the setting of the