mirror of
https://github.com/apache/commons-csv.git
synced 2025-02-17 07:26:32 +00:00
Fix formatting.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1496236 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d045a45f57
commit
1579c1786a
@ -74,7 +74,7 @@ public class CSVFormat implements Serializable {
|
|||||||
* @throws IllegalArgumentException if the delimiter is a line break character
|
* @throws IllegalArgumentException if the delimiter is a line break character
|
||||||
*/
|
*/
|
||||||
// package protected to give access without needing a synthetic accessor
|
// package protected to give access without needing a synthetic accessor
|
||||||
CSVFormatBuilder(final char delimiter){
|
CSVFormatBuilder(final char delimiter) {
|
||||||
this(delimiter, null, null, null, null, false, false, null, null, null);
|
this(delimiter, null, null, null, null, false, false, null, null, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user