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

jvergara
28.09.2009 95b972d6e249498f9a5fa44d166a47eb52cf0853
opends/src/guitools/org/opends/guitools/controlpanel/browser/LDAPConnectionPool.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2008 Sun Microsystems, Inc.
 *      Copyright 2008-2009 Sun Microsystems, Inc.
 */
package org.opends.guitools.controlpanel.browser;
@@ -370,7 +370,7 @@
          ConnectionUtils.getBindPassword(ctx), false);
    }
    catch (NamingException x) {
      throw new IllegalStateException("Bug");
      throw new RuntimeException("Bug");
    }
  }