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

Jean-Noel Rouvignac
22.33.2014 4a0154f44ba5ef25ecd2d9618a9af85e08df90d6
Storage.java:
In read() and write(), renamed the parameters to match their type.
1 files modified
4 ■■■■ changed files
opendj-sdk/opendj3-server-dev/src/server/org/opends/server/backends/pluggable/spi/Storage.java 4 ●●●● patch | view | raw | blame | history
opendj-sdk/opendj3-server-dev/src/server/org/opends/server/backends/pluggable/spi/Storage.java
@@ -37,9 +37,9 @@
  void open() throws Exception;
  <T> T read(ReadOperation<T> readTransaction) throws Exception;
  <T> T read(ReadOperation<T> readOperation) throws Exception;
  void write(WriteOperation updateTransaction) throws Exception;
  void write(WriteOperation writeOperation) throws Exception;
  void closeTree(TreeName treeName);