commit

Hello!

What is the difference betweeen and which executing with parameter true or false is correct?

1)
tc.commit(true);

2)
tc.commit(false);

where:

TaminoClient tc;

?

In TaminoClient documentation I found:
----------------------------------------
commit

public final void commit(boolean keepCursors)
throws TaminoError

The Tamino object will attempt to commit a transaction using HTTP/1.1 POST and the _commit verb. Commit the transaction.

Parameters:
keepCursors - indicates whether cursors should be kept - this parameter has no effect
----------------------------------------

thanks in advance!

best regards,
Dariusz Baumann

I think the documentation is correct in saying “this parameter has no effect”.