We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 576448d commit 273edd6Copy full SHA for 273edd6
module-base/src/main/java/de/intranda/goobi/plugins/PDFExtractionPlugin.java
@@ -48,6 +48,7 @@
48
import org.apache.commons.io.FileUtils;
49
import org.apache.commons.io.FilenameUtils;
50
import org.apache.commons.lang.mutable.MutableInt;
51
+import org.apache.commons.lang3.StringUtils;
52
import org.apache.log4j.Logger;
53
import org.goobi.beans.Process;
54
import org.goobi.beans.Processproperty;
@@ -78,7 +79,6 @@
78
79
import de.sub.goobi.helper.exceptions.SwapException;
80
import de.sub.goobi.persistence.managers.PropertyManager;
81
import net.xeoh.plugins.base.annotations.PluginImplementation;
-import spark.utils.StringUtils;
82
import ugh.dl.DocStruct;
83
import ugh.dl.DocStructType;
84
import ugh.dl.FileSet;
0 commit comments