opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/spi/ReadOperation.java
@@ -43,5 +43,5 @@ * @throws Exception * if a problem occurs with the underlying storage engine */ T run(ReadableStorage txn) throws Exception; T run(ReadableTransaction txn) throws Exception; }