Skip to content

Commit 9778a3e

Browse files
author
lorenzo
committed
code
1 parent 8bfcac0 commit 9778a3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ public class FileRead implements ProcessorSync {
6767

6868
@Property("Mime type")
6969
@MimeTypeCombo
70-
@Example(MimeType.MIME_TYPE_TEXT_XML)
71-
@DefaultValue(MimeType.MIME_TYPE_APPLICATION_BINARY)
70+
@Example(MimeType.AsString.TEXT_XML)
71+
@DefaultValue(MimeType.AsString.APPLICATION_BINARY)
7272
@When(propertyName = "autoMimeType", propertyValue = "false")
7373
@When(propertyName = "autoMimeType", propertyValue = When.BLANK)
7474
@Description("The mime type of the file read from the filesystem.")

0 commit comments

Comments
 (0)