[Mulgara-svn] r1163 - trunk/src/jar/store-nodepool/java/org/mulgara/store/nodepool

pag at mulgara.org pag at mulgara.org
Sat Aug 23 01:55:16 UTC 2008


Author: pag
Date: 2008-08-22 18:55:15 -0700 (Fri, 22 Aug 2008)
New Revision: 1163

Modified:
   trunk/src/jar/store-nodepool/java/org/mulgara/store/nodepool/NodePool.java
Log:
removed unused method, as it can't be implemented with some schemes

Modified: trunk/src/jar/store-nodepool/java/org/mulgara/store/nodepool/NodePool.java
===================================================================
--- trunk/src/jar/store-nodepool/java/org/mulgara/store/nodepool/NodePool.java	2008-08-23 01:54:23 UTC (rev 1162)
+++ trunk/src/jar/store-nodepool/java/org/mulgara/store/nodepool/NodePool.java	2008-08-23 01:55:15 UTC (rev 1163)
@@ -80,13 +80,6 @@
       NoSuchNodeException;
 
   /**
-   * Returns a count of nodes which have been allocated but not yet released.
-   *
-   * @return a count of nodes which have been allocated but not yet released.
-   */
-  public long getNrValidNodes();
-
-  /**
    * Adds a feature to the NewNodeListener attribute of the XANodePoolImpl
    * object
    *




More information about the Mulgara-svn mailing list