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

Jean-Noel Rouvignac
22.33.2014 a256cba2cce5a272c0a6f93bf1f0c74f394ebeec
Storage.java:
In read() and write(), renamed the parameters to match their type.
1 files modified
4 ■■■■ changed files
opendj3-server-dev/src/server/org/opends/server/backends/pluggable/spi/Storage.java 4 ●●●● patch | view | raw | blame | history
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);