Skip to content

Commit 273edd6

Browse files
author
Dominick Leppich
committed
fix: use correct SpringUtils class
1 parent 576448d commit 273edd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module-base/src/main/java/de/intranda/goobi/plugins/PDFExtractionPlugin.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
import org.apache.commons.io.FileUtils;
4949
import org.apache.commons.io.FilenameUtils;
5050
import org.apache.commons.lang.mutable.MutableInt;
51+
import org.apache.commons.lang3.StringUtils;
5152
import org.apache.log4j.Logger;
5253
import org.goobi.beans.Process;
5354
import org.goobi.beans.Processproperty;
@@ -78,7 +79,6 @@
7879
import de.sub.goobi.helper.exceptions.SwapException;
7980
import de.sub.goobi.persistence.managers.PropertyManager;
8081
import net.xeoh.plugins.base.annotations.PluginImplementation;
81-
import spark.utils.StringUtils;
8282
import ugh.dl.DocStruct;
8383
import ugh.dl.DocStructType;
8484
import ugh.dl.FileSet;

0 commit comments

Comments
 (0)