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

Ludovic Poitou
21.43.2011 a1c1175fa2a9c53211d8f4d81a6c1e090428e454
opends/src/server/org/opends/server/tools/dsconfig/SubCommandHandler.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2007-2010 Sun Microsystems, Inc.
 *      Portions Copyright 2011 ForgeRock AS
 */
package org.opends.server.tools.dsconfig;
@@ -1257,7 +1258,7 @@
        catch (Throwable t)
        {
          // Bug
          new RuntimeException("Unexpected exception: "+t, t);
          throw new RuntimeException("Unexpected exception: "+t, t);
        }
        return MenuResult.success(children.get(children.firstKey()));
      } else {