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

kenneth_suter
25.48.2007 5c475d832939f651fa10f4726ef41e1aad86d19a
opends/src/quicksetup/org/opends/quicksetup/UserData.java
@@ -28,7 +28,6 @@
package org.opends.quicksetup;
import org.opends.quicksetup.util.Utils;
import org.opends.server.util.SetupUtils;
/**
 * Represents user specified input data to an application.
@@ -303,7 +302,7 @@
    for (int i=0;i<65000 && (defaultJMXPort == -1);i+=1000)
    {
      int port = i + SetupUtils.getDefaultJMXPort();
      int port = i + org.opends.server.util.SetupUtils.getDefaultJMXPort();
      boolean isForbidden = false;
      if (forbiddenPorts != null)
      {