mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
02.16.2015 6f092b277fa084796db106dfe497040c38db23a7
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/spi/Cursor.java
@@ -84,14 +84,6 @@
  boolean next();
  /**
   * Moves this cursor to the previous record in the tree.
   *
   * @return {@code true} if the cursor could move to the previous record,
   *         {@code false} if no previous record exists
   */
  boolean previous();
  /**
   * Returns the key of the record on which this cursor is currently positioned.
   *
   * @return the current record's key,