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 34e841f commit 020cdc1Copy full SHA for 020cdc1
src/main/resources/MessageBundle.properties
@@ -115,7 +115,7 @@ unparsable_version_error=Version must be in format MAJOR.MINOR but was [{}]!
115
#for FetchReader.java
116
reading_fetch_file=Attempting to read [{}].
117
read_fetch_file_line=Read URL [{}] length [{}] path [{}] from fetch file [{}].
118
-invalid_fetch_file_line_error=The Line [{}] is invalid for fetch.txt. Each line must take the form of <URL> <LENGTH> <FILENAM>.
+invalid_fetch_file_line_error=The line [{}] is invalid for fetch.txt. Each line must take the form of <URL> <LENGTH> <FILENAME>.
119
120
#for KeyValueReader.java
121
read_key_value_line=Found key [{}] value [{}] in file [{}] using split regex [{}].
0 commit comments