comment
This commit is contained in:
parent
e225155e68
commit
1f8c84a5e1
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ public class MarcXchangeWriter extends MarcContentHandler implements Flushable,
|
||||||
/**
|
/**
|
||||||
* Create a MarcXchange writer in "split writer" mode.
|
* Create a MarcXchange writer in "split writer" mode.
|
||||||
* @param fileNamePattern file name pattern
|
* @param fileNamePattern file name pattern
|
||||||
* @param splitlimit split write limit
|
* @param splitlimit split write limit. Split records if configured. A splitlimit of -1 prevents splitting.
|
||||||
* @param bufferSize buffer size
|
* @param bufferSize buffer size
|
||||||
* @param compress if true, compress MarcXchange output
|
* @param compress if true, compress MarcXchange output
|
||||||
* @param indent if true, indent MarcXchange output
|
* @param indent if true, indent MarcXchange output
|
||||||
|
|
Loading…
Reference in a new issue