File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
metamorph/src/main/java/org/metafacture/metamorph/maps Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 3838import java .util .regex .Pattern ;
3939
4040/**
41- * Provides a {@link Map} based on files. Can be one file or a comma separated list of files.
42- * The files are supposed to be UTF-8 encoded. The default separator is {@code \t}.
41+ * Provides a {@link Map} based on files. Can be a single file or a
42+ * comma-separated list of files.
43+ *
44+ * The default {@link #setEncoding encoding} is UTF-8.
45+ * The default {@link #setSeparator separator} is {@code \t}.
4346 *
4447 * By setting {@link #allowEmptyValues} to {@code true} the values in the
4548 * {@link Map} can be empty thus enabling e.g.
@@ -194,7 +197,7 @@ private Optional<InputStream> openAsUrl(final String file) {
194197 /**
195198 * Sets the separator.
196199 *
197- * <strong>Default value: {@code \t} </strong>
200+ * <strong>Default value: {@code \t}</strong>
198201 *
199202 * @param delimiter the separator
200203 */
You can’t perform that action at this time.
0 commit comments