Skip to content

Commit 2bc9807

Browse files
authored
Update FileExtractorContainer.java
1 parent ea923af commit 2bc9807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-builder/plugins/aipp-plugin/src/main/java/modelengine/fit/jober/aipp/tool/FileExtractorContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public FileExtractorContainer(List<FileExtractor> extractors) {
5656
*/
5757
public Optional<String> extract(String fileUrl, OperatorService.FileType fileType) {
5858
if (fileType == null) {
59-
log.warn("FileType is null");
59+
log.warn("File type cannot be null.");
6060
return Optional.empty();
6161
}
6262
List<FileExtractor> extractors = this.fileExtractorMap.get(fileType.toString());

0 commit comments

Comments
 (0)