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

ludovicp
31.41.2010 945baa37e165552383349e046d4f4e4b016058ec
opends/src/server/org/opends/server/tools/InstallDSArgumentParser.java
@@ -803,10 +803,10 @@
   * must be called after parsing the arguments.
   * @return the timeout to be used to connect in milliseconds.  Returns
   * {@code 0} if there is no timeout.
   * @throw {@code IllegalStateException} if the method is called before
   * @throws IllegalStateException if the method is called before
   * parsing the arguments.
   */
  public int getConnectTimeout()
  public int getConnectTimeout() throws IllegalStateException
  {
    try
    {