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

Matthew Swift
19.25.2012 a9c66cf2e6902b49f691ae06d74ab4525509e6fa
opends/src/server/org/opends/server/backends/jeb/importLDIF/IndexInputBuffer.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2010 Sun Microsystems, Inc.
 *      Portions copyright 2012 ForgeRock AS.
 */
package org.opends.server.backends.jeb.importLDIF;
@@ -196,8 +197,7 @@
        Message message = ERR_JEB_IMPORT_BUFFER_IO_ERROR.get(indexMgr
            .getBufferFileName());
        logError(message);
        ex.printStackTrace();
        System.exit(1);
        throw new RuntimeException(ex);
      }
    }
    return indexID;