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

coulbeck
11.42.2006 c0144353899d1191c10de1d50e60036e508d5189
opends/src/server/org/opends/server/tools/LDIFSearch.java
@@ -531,7 +531,7 @@
    {
      if (timeLimit.isPresent())
      {
        timeLimitMillis = 1000 * timeLimit.getIntValue();
        timeLimitMillis = 1000L * timeLimit.getIntValue();
      }
      else
      {
@@ -569,7 +569,7 @@
    }
    // Create the LDIF import configuration that will be used to rad the source
    // Create the LDIF import configuration that will be used to read the source
    // data.
    LDIFImportConfig importConfig;
    if (ldifFile.isPresent())