Skip to content
Snippets Groups Projects
Commit 7a459d1a authored by tpylak's avatar tpylak
Browse files

minor: javadoc

SVN: 21156
parent 5c84463c
No related merge requests found
......@@ -289,9 +289,9 @@ public class DataSetRegistrationTransaction<T extends DataSetInformation> implem
}
/**
* Commit the transaction
* Commit the transaction. Does not throw exceptions if the commit fails on some datasets!
*
* @return true if any datasets has been commited
* @return true if any datasets have been commited, false otherwise.
*/
public boolean commit()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment