opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/spi/WriteOperation.java
@@ -39,5 +39,5 @@ * @throws Exception * if a problem occurs with the underlying storage engine */ void run(WriteableStorage txn) throws Exception; void run(WriteableTransaction txn) throws Exception; }