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/ExportLDIFPanel.java
@@ -416,7 +416,7 @@
  }
  /** The class that performs the export. */
  protected class ExportTask extends InclusionExclusionTask
  private class ExportTask extends InclusionExclusionTask
  {
    private Set<String> backendSet;
    private String fileName;
@@ -425,7 +425,7 @@
     * @param info the control panel info.
     * @param dlg the progress dialog that shows the progress of the task.
     */
    public ExportTask(ControlPanelInfo info, ProgressDialog dlg)
    private ExportTask(ControlPanelInfo info, ProgressDialog dlg)
    {
      super(info, dlg);
      backendSet = new HashSet<>();