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

Matthew Swift
27.31.2015 763a75aeed1a7731ddb95b99496aa7c1bf206ed0
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/VerifyJob.java
@@ -67,7 +67,7 @@
import org.opends.server.util.StaticUtils;
/** This class is used to run an index verification process on the backend. */
public class VerifyJob
class VerifyJob
{
  private static final LocalizedLogger logger = LocalizedLogger.getLoggerForThisClass();
@@ -124,7 +124,7 @@
   *
   * @param verifyConfig The verify configuration.
   */
  public VerifyJob(VerifyConfig verifyConfig)
  VerifyJob(VerifyConfig verifyConfig)
  {
    this.verifyConfig = verifyConfig;
  }
@@ -137,7 +137,8 @@
   * @throws StorageRuntimeException If an error occurs in the JE database.
   * @throws DirectoryException If an error occurs while verifying the backend.
   */
  public long verifyBackend(final RootContainer rootContainer) throws StorageRuntimeException, DirectoryException
  long verifyBackend(final RootContainer rootContainer) throws StorageRuntimeException,
      DirectoryException
  {
    try
    {