Skip to content

Commit 24551c9

Browse files
author
lorenzo
committed
code
1 parent 9778a3e commit 24551c9

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/main/java/com/reedelk/file/internal/commons/Messages.java

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,6 @@ public String format(Object... args) {
3232
}
3333
}
3434

35-
public enum ModuleFileReadComponent implements FormattedMessage {
36-
37-
FILE_NOT_FOUND("Could not find file with name[%s], base path=[%s] in module with id=[%d]");
38-
39-
private String msg;
40-
41-
ModuleFileReadComponent(String msg) {
42-
this.msg = msg;
43-
}
44-
45-
@Override
46-
public String format(Object... args) {
47-
return formatMessage(msg, args);
48-
}
49-
}
50-
5135
public enum FileWriteComponent implements FormattedMessage {
5236

5337
ERROR_FILE_NOT_FOUND("Could not find file=[%s]. Check that all the directories in the path exist already or enable the option 'Create directories' in the File Write component"),

0 commit comments

Comments
 (0)