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

Jean-Noël Rouvignac
29.53.2015 caa38c1354824a2da50a8fbc8fc85ba1b0dfc7fe
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/spi/Importer.java
@@ -32,6 +32,11 @@
/**
 * Allows to run an import. For performance reasons, imports are run without transactions.
 * <p>
 * Since import is multi threaded, implementations must be thread-safe.
 * <p>
 *
 * @ThreadSafe
 */
public interface Importer extends Closeable
{