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

Jean-Noël Rouvignac
25.17.2016 01bf9b6a5d324d45355659581e9ebbd1280834fe
opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/ImportLDIFPanel.java
@@ -610,7 +610,7 @@
  }
  /** The class that performs the import. */
  protected class ImportTask extends InclusionExclusionTask
  private class ImportTask extends InclusionExclusionTask
  {
    private Set<String> backendSet;
    private String fileName;
@@ -622,7 +622,7 @@
     * @param info the control panel info.
     * @param dlg the progress dialog that shows the progress of the task.
     */
    public ImportTask(ControlPanelInfo info, ProgressDialog dlg)
    private ImportTask(ControlPanelInfo info, ProgressDialog dlg)
    {
      super(info, dlg);
      backendSet = new HashSet<>();