reckart commented on pull request #88: URL: https://github.com/apache/uima-uimaj/pull/88#issuecomment-741879699
Well, that happens in form6 as well. That is why I put these lines here: https://github.com/apache/uima-uimaj/pull/88/files#diff-18b9502ac2a64a7a54abdf1d21a9c2b5d88e8336f2ac9c8b18c611794906591eR2850-R2852 ``` // AllFSs internally already causes _save_to_cas_data() to be called, so we have to add all // the FSes that are returned here to the uimaSerializableSavedToCas tracking set allFSs.getAllFSs().forEach(fs -> uimaSerializableSavedToCas.add(fs._id)); ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
