Revision 5212a01c
Added by Katja Luther about 6 years ago
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/ExportManager.java | ||
---|---|---|
12 | 12 |
import java.io.File; |
13 | 13 |
import java.io.FileOutputStream; |
14 | 14 |
|
15 |
import org.apache.log4j.Logger; |
|
15 | 16 |
import org.eclipse.core.runtime.Assert; |
16 | 17 |
import org.eclipse.core.runtime.IProgressMonitor; |
17 | 18 |
import org.eclipse.core.runtime.IStatus; |
... | ... | |
47 | 48 |
*/ |
48 | 49 |
public class ExportManager extends AbstractIOManager<IExportConfigurator> { |
49 | 50 |
|
51 |
private static final Logger logger = Logger.getLogger(ExportManager.class); |
|
52 |
|
|
50 | 53 |
/** |
51 | 54 |
* |
52 | 55 |
* @param applicationConfiguration |
Also available in: Unified diff
minor