Skip to content

Commit a078cd9

Browse files
llingllinggit
authored andcommitted
Adding more java doc description.
1 parent 48ef02e commit a078cd9

File tree

1 file changed

+2
-1
lines changed
  • marklogic-client-api/src/main/java/com/marklogic/client/datamovement

1 file changed

+2
-1
lines changed

marklogic-client-api/src/main/java/com/marklogic/client/datamovement/LineSplitter.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ public Format getFormat() {
4040
}
4141

4242
/**
43-
* Used to set document format to splitter
43+
* Used to set document format to splitter.
44+
* The format should be set before splitting. If not set, the default is JSON.
4445
* @param format the document content format.
4546
*/
4647
public void setFormat(Format format) {

0 commit comments

Comments
 (0)