Skip to content

Commit ce16e3f

Browse files
author
lorenzo
committed
Refactoring mime type utils method name.
1 parent 2c7ec9a commit ce16e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/reedelk/file/component/FileDelete.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import java.util.Optional;
2222

2323
import static com.reedelk.file.internal.commons.Messages.FileDelete.ERROR_FILE_DELETE;
24-
import static com.reedelk.runtime.api.commons.ConfigurationPreconditions.requireNotNull;
24+
import static com.reedelk.runtime.api.commons.ComponentPrecondition.Configuration.requireNotNull;
2525

2626
@ModuleComponent("File Delete")
2727
@Description("Deletes a file from the file system with the given File name. " +

0 commit comments

Comments
 (0)