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

Jean-Noël Rouvignac
01.41.2015 ad41085e4ca8a32e29d443591069ec4e94e65067
opendj-server-legacy/src/main/java/org/opends/server/backends/pdb/PDBBackend.java
@@ -23,7 +23,6 @@
 *
 *      Copyright 2015 ForgeRock AS
 */
package org.opends.server.backends.pdb;
import java.util.List;
@@ -35,9 +34,7 @@
import org.opends.server.backends.pluggable.spi.Storage;
import org.opends.server.core.ServerContext;
/**
 * Class defined in the configuration for this backend type.
 */
/** Class defined in the configuration for this backend type. */
public final class PDBBackend extends BackendImpl<PDBBackendCfg>
{
  @Override