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 38
38
import java .util .regex .Pattern ;
39
39
40
40
/**
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}.
43
46
*
44
47
* By setting {@link #allowEmptyValues} to {@code true} the values in the
45
48
* {@link Map} can be empty thus enabling e.g.
@@ -194,7 +197,7 @@ private Optional<InputStream> openAsUrl(final String file) {
194
197
/**
195
198
* Sets the separator.
196
199
*
197
- * <strong>Default value: {@code \t} </strong>
200
+ * <strong>Default value: {@code \t}</strong>
198
201
*
199
202
* @param delimiter the separator
200
203
*/
You can’t perform that action at this time.
0 commit comments