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

Jean-Noël Rouvignac
25.49.2015 14ba2a5582a448b3de3cc1eb789ff572cd62520d
opendj-server-legacy/src/main/java/org/opends/server/backends/jeb/JEStorage.java
@@ -521,6 +521,10 @@
      }
      catch (DatabaseNotFoundException e)
      {
        // This is fine: end result is what we wanted
      }
      catch (DatabaseException e)
      {
        throw new StorageRuntimeException(e);
      }
    }