hello team
i am able to commit the changesets using below code :
fWorkspace.commit(fChangeSet, Collections
.singletonList(fWorkspace.configurationOpFactory()
.save(fileWorkingCopy)), fMonitor);
Is thee any API where i can Complete the changesets ??
Thank you