| | |
| | | } |
| | | |
| | | /** The class that performs the import. */ |
| | | protected class ImportTask extends InclusionExclusionTask |
| | | private class ImportTask extends InclusionExclusionTask |
| | | { |
| | | private Set<String> backendSet; |
| | | private String fileName; |
| | |
| | | * @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<>(); |