Fix typos
This commit is contained in:
@@ -546,7 +546,7 @@ interpreted, as described in the following table:
|
||||
|===============
|
||||
|Property|Type|Description
|
||||
|comments|String[]|Specifies line prefixes that indicate comment rows.
|
||||
|encoding|String|Specifies what text encoding to use. The default is "ISO-8859-1".
|
||||
|encoding|String|Specifies what text encoding to use. The default is the value of `Charset.defaultCharset()`.
|
||||
|lineMapper|`LineMapper`|Converts a `String` to an `Object` representing the item.
|
||||
|linesToSkip|int|Number of lines to ignore at the top of the file.
|
||||
|recordSeparatorPolicy|RecordSeparatorPolicy|Used to determine where the line endings are
|
||||
|
||||
@@ -1866,7 +1866,7 @@ Java based configuration lets you configure splits through the provided builders
|
||||
following example shows, the 'split' element contains one or more 'flow' elements, where
|
||||
entire separate flows can be defined. A 'split' element may also contain any of the
|
||||
previously discussed transition elements, such as the 'next' attribute or the 'next',
|
||||
'end', 'fail', or 'pause' elements.
|
||||
'end' or 'fail' elements.
|
||||
|
||||
[source, java, role="javaContent"]
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user