We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7ec9a commit ce16e3fCopy full SHA for ce16e3f
src/main/java/com/reedelk/file/component/FileDelete.java
@@ -21,7 +21,7 @@
21
import java.util.Optional;
22
23
import static com.reedelk.file.internal.commons.Messages.FileDelete.ERROR_FILE_DELETE;
24
-import static com.reedelk.runtime.api.commons.ConfigurationPreconditions.requireNotNull;
+import static com.reedelk.runtime.api.commons.ComponentPrecondition.Configuration.requireNotNull;
25
26
@ModuleComponent("File Delete")
27
@Description("Deletes a file from the file system with the given File name. " +
0 commit comments