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

Jean-Noel Rouvignac
18.01.2014 c1e621ed00ff0a0110f2752a23b794d92fc7aeaf
opendj3-server-dev/src/server/org/opends/server/tools/LDAPConnection.java
@@ -464,9 +464,8 @@
                le.getCause());
    } catch (DirectoryException de)
    {
      throw new LDAPConnectionException(de.getMessageObject(), de
          .getResultCode().getIntValue(), null, de.getMatchedDN(), de
          .getCause());
      throw new LDAPConnectionException(de.getMessageObject(),
          de.getResultCode().intValue(), null, de.getMatchedDN(), de.getCause());
    } catch(Exception ex)
    {
      logger.traceException(ex);