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

Jean-Noel Rouvignac
03.23.2014 204aecd0b10fcdc69195b6fc1b98c170d04b358e
opendj3-server-dev/src/guitools/org/opends/guitools/uninstaller/UninstallCliHelper.java
@@ -52,6 +52,7 @@
import org.opends.server.tools.ClientException;
import org.opends.server.tools.ToolConstants;
import org.opends.server.tools.dsconfig.LDAPManagementContextFactory;
import org.opends.server.util.StaticUtils;
import org.opends.server.util.args.ArgumentException;
import org.opends.server.util.cli.CLIException;
import org.opends.server.util.cli.ConsoleApplication;
@@ -1031,10 +1032,7 @@
        }
        finally
        {
          try
          {
            reader.close();
          } catch (Exception e) {}
          StaticUtils.close(reader);
        }
      }
      /**