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

neil_a_wilson
20.16.2007 deaf4d13cfe3e3aed7ed5f39848e7af35b136834
opends/src/server/org/opends/server/protocols/internal/InternalLDAPInputStream.java
@@ -295,7 +295,7 @@
    }
    catch (Exception e)
    {
      throw new IOException(e.getMessage(), e);
      throw new IOException(e.getMessage());
    }
  }
@@ -408,7 +408,7 @@
    }
    catch (Exception e)
    {
      throw new IOException(e.getMessage(), e);
      throw new IOException(e.getMessage());
    }
  }