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

pgamba
24.28.2007 1705e53b00322a40257d7e310f11fdc7e7389eb7
opends/src/server/org/opends/server/replication/plugin/ReplicationDomain.java
@@ -2863,7 +2863,7 @@
    }
    catch (DirectoryException de)
    {
      throw new IOException(de);
      throw new IOException(de.getMessage());
    }
  }